소스 검색

Textile fix

pecesama 17 년 전
부모
커밋
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":