pecesama 18 år sedan
förälder
incheckning
02794931ca
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      rss.php

+ 2 - 2
rss.php Visa fil

@@ -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":