Remove unused "append_query" function

This commit is contained in:
Dmitriy Simushev 2014-10-14 14:38:54 +00:00
parent 2703f72de8
commit 2d5d4b0e46

View File

@ -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"])