[xoops-cvslog 62] CVS update: xoops2jp/html/class

Back to archive index

onokazu onoka****@users*****
2005年 6月 1日 (水) 21:47:46 JST


Index: xoops2jp/html/class/xoopssecurity.php
diff -u xoops2jp/html/class/xoopssecurity.php:1.1.2.8 xoops2jp/html/class/xoopssecurity.php:1.1.2.9
--- xoops2jp/html/class/xoopssecurity.php:1.1.2.8	Wed Jun  1 19:30:04 2005
+++ xoops2jp/html/class/xoopssecurity.php	Wed Jun  1 21:47:46 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: xoopssecurity.php,v 1.1.2.8 2005/06/01 10:30:04 onokazu Exp $
+// $Id: xoopssecurity.php,v 1.1.2.9 2005/06/01 12:47:46 onokazu Exp $
 
 /**
  * Class for xoops.org 2.0.10 compatibility
@@ -43,20 +43,11 @@
         return $token->getHtml();
     }
 
-    /**
-     * Add an error
-     * @param   string  $error
-     **/
     function setErrors($error)
     {
         $this->errors[] = trim($error);
     }
 
-    /**
-     * Get generated errors
-     * @param    bool    $ashtml Format using HTML?
-     * @return    array|string    Array of array messages OR HTML string
-     */
     function &getErrors($ashtml = false)
     {
         if (!$ashtml) {


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