Sexification

This commit is contained in:
Rudi Grinberg 2012-09-07 16:58:49 -04:00
parent 79513356fb
commit 7fa17a644e
1 changed files with 3 additions and 3 deletions

View File

@ -1711,10 +1711,10 @@ SQL;
*/ */
public static function &getFullCalendarEvents($p_start, $p_end, $p_editable=false) public static function &getFullCalendarEvents($p_start, $p_end, $p_editable=false)
{ {
$events = array(); $events = array();
$interval = $p_start->diff($p_end); $interval = $p_start->diff($p_end);
$days = $interval->format('%a'); $days = $interval->format('%a');
$shows = Application_Model_Show::getShows($p_start, $p_end); $shows = Application_Model_Show::getShows($p_start, $p_end);
$nowEpoch = time(); $nowEpoch = time();
$timezone = date_default_timezone_get(); $timezone = date_default_timezone_get();