Marked old functions for API calls as deprecated
This commit is contained in:
parent
e6cf1c7cb9
commit
d4e8eed51d
@ -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…
x
Reference in New Issue
Block a user