add depricated tag

This commit is contained in:
Mahmood Reza Sajjadi 2014-03-07 15:44:41 +03:30
parent 1af0045997
commit bd61854a10

View File

@ -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();