Mark "check_login" function as deprecated

This commit is contained in:
Dmitriy Simushev 2014-05-27 11:08:17 +00:00
parent dfca800514
commit f4268b53cf

View File

@ -537,6 +537,8 @@ function append_query($link, $pv)
* login page. Default value is true. * login page. Default value is true.
* @return null|array Array with operator info if operator is logged in and * @return null|array Array with operator info if operator is logged in and
* null otherwise. * null otherwise.
*
* @deprecated
*/ */
function check_login($redirect = true) function check_login($redirect = true)
{ {