mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-01 05:44:41 +03:00
add depricated tag
This commit is contained in:
parent
1af0045997
commit
bd61854a10
@ -207,7 +207,9 @@ function get_operators_list($options = array())
|
||||
|
||||
return $operators;
|
||||
}
|
||||
|
||||
/*
|
||||
* @deprecated
|
||||
*/
|
||||
function operator_get_all()
|
||||
{
|
||||
$db = Database::getInstance();
|
||||
@ -220,7 +222,9 @@ function operator_get_all()
|
||||
array('return_rows' => Database::RETURN_ALL_ROWS)
|
||||
);
|
||||
}
|
||||
|
||||
/*
|
||||
* @deprecated
|
||||
*/
|
||||
function get_operators_from_adjacent_groups($operator)
|
||||
{
|
||||
$db = Database::getInstance();
|
||||
|
Loading…
Reference in New Issue
Block a user