Call to idate in stormtimetrackingadmin.inc creates dependency on PHP 5 and can be avoided by using format_date like
$day = format_date(mktime(0, 0, 0, ($month + 1), 0, $year), 'custom', 'd');
Call to idate in stormtimetrackingadmin.inc creates dependency on PHP 5 and can be avoided by using format_date like
$day = format_date(mktime(0, 0, 0, ($month + 1), 0, $year), 'custom', 'd');
Comments
Comment #1
Roberto Gerola commentedFixed. Thanks
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.