Author: danydb
Date: 2011-04-26 23:25:01 +0200 (Tue, 26 Apr 2011)
New Revision: 4073

Modified:
   phpcompta/trunk/include/class_html_input.php
Log:
Add doc

Modified: phpcompta/trunk/include/class_html_input.php
===================================================================
--- phpcompta/trunk/include/class_html_input.php        2011-04-25 20:55:55 UTC 
(rev 4072)
+++ phpcompta/trunk/include/class_html_input.php        2011-04-26 21:25:01 UTC 
(rev 4073)
@@ -496,25 +496,25 @@
       $r=self::array_to_hidden($array,$_GET );
       return $r;
     }
+
     /**
      *transform $_POST  data  to hidden
      *@param $array is an of indices 
      *@see HtmlInput::request_to_hidden
      *@return html string with the hidden data
      */
-
     static function post_to_hidden($array)
     {
       $r=self::array_to_hidden($array,$_POST );
       return $r;
     }
+
     /**
      *transform $_REQUEST   data  to hidden
      *@param $array is an of indices 
      *@see HtmlInput::request_to_hidden
      *@return html string with the hidden data
      */
-
     static function request_to_hidden($array)
     {
       $r=self::array_to_hidden($array,$_REQUEST  );


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to