mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-12 18:41:08 +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;
|
return $operators;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
* @deprecated
|
||||||
|
*/
|
||||||
function operator_get_all()
|
function operator_get_all()
|
||||||
{
|
{
|
||||||
$db = Database::getInstance();
|
$db = Database::getInstance();
|
||||||
@ -220,7 +222,9 @@ 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