2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2010-11-03 15:54:06 +00:00
parent ab53d438ce
commit 9d82ea9a69

View File

@@ -38,9 +38,9 @@ if (! defined('ADODB_DATE_VERSION')) include_once(DOL_DOCUMENT_ROOT."/includes/a
/** /**
* \brief Return value of a param into get or post variable * Return value of a param into get or post variable
* \param paramname Name of parameter to found * @param paramname Name of parameter to found
* \return string Value found * @return string Value found
*/ */
function GETPOST($paramname) function GETPOST($paramname)
{ {
@@ -48,10 +48,10 @@ function GETPOST($paramname)
} }
/** /**
* \brief Create a clone of instance of object (new instance with same properties) * Create a clone of instance of object (new instance with same properties)
* This function works for both PHP4 and PHP5 * This function works for both PHP4 and PHP5.
* \param object Object to clone * @param object Object to clone
* \return date Timestamp * @return date Timestamp
*/ */
function dol_clone($object) function dol_clone($object)
{ {