Skip to content

Commit

Permalink
Merge pull request #1544 from GPCsolutions/tasktimefix
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
Juanjo Menent committed Apr 22, 2014
2 parents d527c4c + d95b5e4 commit 4c2469e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/projet/tasks.php
Expand Up @@ -83,7 +83,7 @@
{
$error=0;

$date_start = dol_mktime($_POST['dateohour'],$_POST['dateomin'],0,$_POST['dateomonth'],$_POST['dateoday'],$_POST['dateoyeassskr'],'user');
$date_start = dol_mktime($_POST['dateohour'],$_POST['dateomin'],0,$_POST['dateomonth'],$_POST['dateoday'],$_POST['dateoyear'],'user');
$date_end = dol_mktime($_POST['dateehour'],$_POST['dateemin'],0,$_POST['dateemonth'],$_POST['dateeday'],$_POST['dateeyear'],'user');

if (empty($_POST["cancel"]))
Expand Down

0 comments on commit 4c2469e

Please sign in to comment.