From 787f446c3181826ea92d22e20f043442dbdaead2 Mon Sep 17 00:00:00 2001 From: Mahmood Reza Sajjadi Date: Thu, 27 Mar 2014 15:49:30 +0430 Subject: [PATCH] remove depricated tag --- src/mibew/libs/operator.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/mibew/libs/operator.php b/src/mibew/libs/operator.php index deb59c09..0af2ce54 100644 --- a/src/mibew/libs/operator.php +++ b/src/mibew/libs/operator.php @@ -208,7 +208,11 @@ function get_operators_list($options = array()) return $operators; } /* - * @deprecated + * Get list of all operators + * + * @return array|null Operators list. Each its element contains (operatorid + * integer, vclogin string, vclocalename string, vccommonname string, istatus + * boolean, code string, idisabled integer, time integer) */ function operator_get_all() { @@ -222,9 +226,6 @@ function operator_get_all() array('return_rows' => Database::RETURN_ALL_ROWS) ); } -/* - * @deprecated - */ function get_operators_from_adjacent_groups($operator) { $db = Database::getInstance();