mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 08:06:38 +02:00
Date Class terms() method corrected. 'months' now uses the correct key. terms() method usage updated throughout.
Chart Class debug() method added
This commit is contained in:
@@ -92,7 +92,7 @@ class convert
|
||||
$marray = array();
|
||||
for ($i=1; $i < 13; $i++)
|
||||
{
|
||||
$marray[] = strftime($val,mktime(1,1,1,$i,1,2000));
|
||||
$marray[$i] = strftime($val,mktime(1,1,1,$i,1,2000));
|
||||
}
|
||||
|
||||
return $marray;
|
||||
|
Reference in New Issue
Block a user