pecesama 18 年 前
コミット
02794931ca
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      rss.php

+ 2 - 2
rss.php ファイルの表示

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