Browse Source

Textile fix

pecesama 17 years ago
parent
commit
02794931ca
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rss.php

+ 2 - 2
rss.php View File

@@ -42,8 +42,8 @@
42 42
 	if ($tumble->contarRegistros()>0) {		
43 43
 
44 44
 		while($register = mysql_fetch_array($rs)) {
45
-			$textile = new Textile;
46
-			$register["description"] = $textile->process($register["description"]);
45
+			$textile = new Textile();				
46
+			$register["description"] = $textile->TextileThis($register["description"]);
47 47
 			
48 48
 			switch ($register["type"]) {
49 49
 				case "1":