mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-08 00:34:42 +03:00
remove depricated tag
This commit is contained in:
parent
943afd00d1
commit
787f446c31
@ -208,7 +208,11 @@ function get_operators_list($options = array())
|
|||||||
return $operators;
|
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()
|
function operator_get_all()
|
||||||
{
|
{
|
||||||
@ -222,9 +226,6 @@ function operator_get_all()
|
|||||||
array('return_rows' => Database::RETURN_ALL_ROWS)
|
array('return_rows' => Database::RETURN_ALL_ROWS)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
* @deprecated
|
|
||||||
*/
|
|
||||||
function get_operators_from_adjacent_groups($operator)
|
function get_operators_from_adjacent_groups($operator)
|
||||||
{
|
{
|
||||||
$db = Database::getInstance();
|
$db = Database::getInstance();
|
||||||
|
Loading…
Reference in New Issue
Block a user