CC-4100: Make number of shows displayed in widget customizable
-fixed
This commit is contained in:
parent
b782b9a9b6
commit
bd51b4db02
6 changed files with 23 additions and 21 deletions
|
@ -1845,9 +1845,9 @@ class Application_Model_Show {
|
|||
|
||||
/**
|
||||
* Given a start time $timeStart and end time $timeEnd, returns the next $limit
|
||||
* number of shows within the time interval;
|
||||
* If $timeEnd not given, shows within next 48 hours from $timeStart are returned;
|
||||
* If $limit not given, all shows within the intervals are returns;
|
||||
* number of shows within the time interval
|
||||
* If $timeEnd not given, shows within next 48 hours from $timeStart are returned
|
||||
* If $limit not given, all shows within the intervals are returned
|
||||
* Times are all in UTC time.
|
||||
*
|
||||
* @param String $timeStart - interval start time (in UTC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue