Merge branch '2.1.x' into devel
This commit is contained in:
commit
1b057c8954
7 changed files with 5275 additions and 203 deletions
|
@ -302,7 +302,7 @@ class ApiController extends Zend_Controller_Action
|
|||
$dayStart = $date->getWeekStartDate();
|
||||
$utcDayStart = Application_Common_DateHelper::ConvertToUtcDateTimeString($dayStart);
|
||||
|
||||
$dow = array("sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday");
|
||||
$dow = array("monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday");
|
||||
|
||||
$result = array();
|
||||
for ($i=0; $i<7; $i++){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue