2
0
forked from Wavyzz/dolibarr

New: Improved Opensurvey module: Description of survey use wysiwig

editor, More information shown on result tab, Renamed "survey" into
"poll" (better translation).
This commit is contained in:
Laurent Destailleur
2014-03-17 12:40:12 +01:00
parent 81b8961dab
commit 14d8bfef3a
11 changed files with 159 additions and 117 deletions

View File

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