Index: trunk/phase3/includes/Xml.php |
— | — | @@ -135,7 +135,7 @@ |
136 | 136 | if( is_null( $selected ) ) |
137 | 137 | $selected = ''; |
138 | 138 | $s = "\n<select id='month' name='month' class='monthselector'>\n"; |
139 | | - $arr = Language::$mMonthGenMsgs; |
| 139 | + $arr = Language::$mMonthMsgs; |
140 | 140 | |
141 | 141 | if( !is_null($allmonths) ) { |
142 | 142 | $arr = array($allmonths => 'monthsall') + $arr; |