From f4268b53cf944fd625d6b167401e3fe3e0a990c0 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Tue, 27 May 2014 11:08:17 +0000 Subject: [PATCH] Mark "check_login" function as deprecated --- src/mibew/libs/operator.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mibew/libs/operator.php b/src/mibew/libs/operator.php index e90ab7c3..21069658 100644 --- a/src/mibew/libs/operator.php +++ b/src/mibew/libs/operator.php @@ -537,6 +537,8 @@ function append_query($link, $pv) * login page. Default value is true. * @return null|array Array with operator info if operator is logged in and * null otherwise. + * + * @deprecated */ function check_login($redirect = true) {