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

Roberto Gerola’s picture

Status: Active » Fixed

Fixed. Thanks

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.