mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 10:01:56 +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:
@@ -116,7 +116,7 @@ if(false === $cached)
|
||||
$vars->addData(array(
|
||||
'active' => $index == $req_month ? " active" : '',
|
||||
'url' => $val,
|
||||
'month' => $marray[$index-1],
|
||||
'month' => $marray[$index],
|
||||
'count' => $xmonth_cnt[$index],
|
||||
));
|
||||
$menu_text[] = $tp->simpleParse($template['item'], $vars);
|
||||
|
Reference in New Issue
Block a user