Marked old functions for API calls as deprecated

This commit is contained in:
Duncan Sommerville 2014-10-27 15:52:58 -04:00
parent e6cf1c7cb9
commit d4e8eed51d
2 changed files with 2 additions and 0 deletions

View file

@ -104,6 +104,7 @@ SQL;
/**
* Old version of the function for backwards compatibility
* @deprecated
*/
public static function GetPlayOrderRangeOld()
{

View file

@ -1201,6 +1201,7 @@ SQL;
* @param $utcNow A DateTime object containing the current time in UTC.
* @return An array (with stupid sub-arrays) containing the previous show id,
* current show id, and next show id.
* @deprecated
*/
public static function getPrevCurrentNextOld($utcNow)
{