[xoops-cvslog 1998] CVS update: xoops2jp/html/modules/base/class

Back to archive index

Minahito minah****@users*****
2006年 1月 29日 (日) 00:54:01 JST


Index: xoops2jp/html/modules/base/class/BBCode_Modifier.class.php
diff -u xoops2jp/html/modules/base/class/BBCode_Modifier.class.php:1.1.2.1 xoops2jp/html/modules/base/class/BBCode_Modifier.class.php:removed
--- xoops2jp/html/modules/base/class/BBCode_Modifier.class.php:1.1.2.1	Tue Nov 29 16:15:01 2005
+++ xoops2jp/html/modules/base/class/BBCode_Modifier.class.php	Sun Jan 29 00:54:01 2006
@@ -1,31 +0,0 @@
-<?php
-
-require_once XOOPS_ROOT_PATH."/kernel/XCube_TextModifier.class.php";
-
-class BBCode_Modifier extends XCube_TextModifier
-{
-	var $myts;
-	
-	function BBCode_Modifier()
-	{
-		$this->myts=&MyTextSanitizer::getInstance();
-
-	}
-	
-	function getName()
-	{
-		return "bbcode";
-	}
-	
-	function convertString(&$string)
-	{
-		$string=$this->myts->htmlSpecialChars($string,0,1,1,0,1);
-	}
-
-	function convertText(&$text)
-	{
-		$text=$this->myts->displayTarea($text,0,1,1,0,1);
-	}
-}
-
-?>
\ No newline at end of file


xoops-cvslog メーリングリストの案内
Back to archive index