mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 00:30:09 +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:
@@ -199,7 +199,7 @@ if(false === $cached)
|
||||
{
|
||||
$month_selector .= "<option value='".$val."'";
|
||||
$month_selector .= ($index == $req_month)?" selected='selected'": "";
|
||||
$month_selector .= ">".$marray[$index-1]."</option>";
|
||||
$month_selector .= ">".$marray[$index]."</option>";
|
||||
}
|
||||
|
||||
$month_selector .= "</select></div>";
|
||||
|
Reference in New Issue
Block a user