mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-12 10:31:09 +03:00
Remove unused "append_query" function
This commit is contained in:
parent
2703f72de8
commit
2d5d4b0e46
@ -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()
|
function get_logged_in()
|
||||||
{
|
{
|
||||||
return isset($_SESSION[SESSION_PREFIX . "operator"])
|
return isset($_SESSION[SESSION_PREFIX . "operator"])
|
||||||
|
Loading…
Reference in New Issue
Block a user