2
0
forked from Wavyzz/dolibarr

Fix in date creation for donation

This commit is contained in:
Laurent Destailleur
2010-02-13 16:28:03 +00:00
parent df281358fa
commit 2721d5fe65
2 changed files with 42 additions and 27 deletions

View File

@@ -615,7 +615,7 @@ function dolibarr_mktime($hour,$minute,$second,$month,$day,$year,$gm=false,$chec
* @param year Year
* @param gm 1=Input informations are GMT values, otherwise local to server TZ
* @param check 0=No check on parameters (Can use day 32, etc...)
* @return timestamp Date en timestamp, '' if error
* @return timestamp Date as a timestamp, '' if error
* @see dol_date, dol_stringtotime
*/
function dol_mktime($hour,$minute,$second,$month,$day,$year,$gm=false,$check=1)