diff --git a/src/mibew/libs/operator.php b/src/mibew/libs/operator.php index e429fbf9..01e502dd 100644 --- a/src/mibew/libs/operator.php +++ b/src/mibew/libs/operator.php @@ -537,16 +537,6 @@ function get_operator_name($operator) } } -function append_query($link, $pv) -{ - $infix = '?'; - if (strstr($link, $infix) !== false) { - $infix = '&'; - } - - return "$link$infix$pv"; -} - function get_logged_in() { return isset($_SESSION[SESSION_PREFIX . "operator"])