summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2010-03-22 18:06:17 +0100
committerAdrian Lang <lang@cosmocode.de>2010-03-22 18:06:17 +0100
commitd141c8dc0567c892690e1f6ccf66298042034456 (patch)
tree2934cb2eecd6315e0ee2abf2539fa81bb8fdd613 /inc/html.php
parent2ffea8f2f2886a64535d5fd81745a8e5944a24c9 (diff)
downloadrpg-d141c8dc0567c892690e1f6ccf66298042034456.tar.gz
rpg-d141c8dc0567c892690e1f6ccf66298042034456.tar.bz2
Add missing global declaration
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/html.php b/inc/html.php
index 86cda46f0..e2128f2bc 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -1135,6 +1135,7 @@ function html_edit(){
global $lang;
global $conf;
global $TEXT;
+ global $RANGE;
if (isset($_REQUEST['changecheck'])) {
$check = $_REQUEST['changecheck'];