[xoops-cvslog 6337] CVS update: xoops2jp/html/modules/legacy/kernel

Back to archive index

NobuNobu nobun****@users*****
2007年 4月 23日 (月) 22:30:58 JST


Index: xoops2jp/html/modules/legacy/kernel/Legacy_TextFilter.class.php
diff -u xoops2jp/html/modules/legacy/kernel/Legacy_TextFilter.class.php:1.1.2.4 xoops2jp/html/modules/legacy/kernel/Legacy_TextFilter.class.php:1.1.2.4.2.1
--- xoops2jp/html/modules/legacy/kernel/Legacy_TextFilter.class.php:1.1.2.4	Thu Jan 18 19:20:42 2007
+++ xoops2jp/html/modules/legacy/kernel/Legacy_TextFilter.class.php	Mon Apr 23 22:30:58 2007
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Legacy
- * @version $Id: Legacy_TextFilter.class.php,v 1.1.2.4 2007/01/18 10:20:42 nobunobu Exp $
+ * @version $Id: Legacy_TextFilter.class.php,v 1.1.2.4.2.1 2007/04/23 13:30:58 nobunobu Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -115,7 +115,6 @@
      * Filters for editing text
      *
      * @param   string  $text
-     * @param   string  $x2comat
      * @return  string
      *
      **/
@@ -132,6 +131,7 @@
      * @param   bool    $xcode  allow xoopscode?
      * @param   bool    $image  allow inline images?
      * @param   bool    $br     convert linebreaks?
+     * @param   string  $x2comat
      * @return  string
      **/
     function toShowTarea($text, $html = 0, $smiley = 1, $xcode = 1, $image = 1, $br = 1, $x2comat=false) {


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