phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4073 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4073 - phpcompta/trunk/include
Date: Tue, 26 Apr 2011 23:25:02 +0200 (CEST)

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
      address@hidden $array is an of indices 
      address@hidden HtmlInput::request_to_hidden
      address@hidden 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
      address@hidden $array is an of indices 
      address@hidden HtmlInput::request_to_hidden
      address@hidden html string with the hidden data
      */
-
     static function request_to_hidden($array)
     {
       $r=self::array_to_hidden($array,$_REQUEST  );




reply via email to

[Prev in Thread] Current Thread [Next in Thread]