diff options
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index c49a2b220..370754c52 100644 --- a/inc/html.php +++ b/inc/html.php @@ -364,7 +364,7 @@ function html_search(){ * * @author Andreas Gohr <andi@splitbrain.org> */ -function html_locked($ip){ +function html_locked(){ global $ID; global $conf; global $lang; |