Skip to content

Commit

Permalink
minor fix to prior commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Mar 16, 2016
1 parent b2484ca commit 91b95ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interface/main/calendar/modules/PostCalendar/pnuserapi.php
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,6 @@ function &postcalendar_userapi_pcQueryEvents($args)
// this is the common information

$events[$i]['intervals'] =($tmp['duration']/60)/ $GLOBALS['day_calandar_interval'];//sets the number of rows this event should span
// print_r($events[$i]['intervals']);

$events[$i]['eid'] = $tmp['eid'];
$events[$i]['uname'] = $tmp['uname'];
Expand Down

0 comments on commit 91b95ce

Please sign in to comment.