Marked old functions for API calls as deprecated
This commit is contained in:
parent
e6cf1c7cb9
commit
d4e8eed51d
2 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,7 @@ SQL;
|
|||
|
||||
/**
|
||||
* Old version of the function for backwards compatibility
|
||||
* @deprecated
|
||||
*/
|
||||
public static function GetPlayOrderRangeOld()
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue