Merge branch 'master' of dev.sourcefabric.org:airtime

This commit is contained in:
martin 2011-04-02 13:30:15 -04:00
commit c67ab97dbc
11 changed files with 246 additions and 99 deletions

View file

@ -260,12 +260,15 @@ class Show {
}
/**
* Get all the show instances in the given time range.
*
* @param string $start_timestamp
* In the format "YYYY-MM-DD HH:mm:ss"
* In the format "YYYY-MM-DD HH:mm:ss". This time is inclusive.
* @param string $end_timestamp
* In the format "YYYY-MM-DD HH:mm:ss"
* In the format "YYYY-MM-DD HH:mm:ss". This time is inclusive.
* @param unknown_type $excludeInstance
* @param boolean $onlyRecord
* @return array
*/
public static function getShows($start_timestamp, $end_timestamp, $excludeInstance=NULL, $onlyRecord=FALSE)
{