diff options
author | Ben Coburn <btcoburn@silicodon.net> | 2006-07-10 13:46:55 +0200 |
---|---|---|
committer | Ben Coburn <btcoburn@silicodon.net> | 2006-07-10 13:46:55 +0200 |
commit | d98d4540790616b0dc0e1f613e4c217d24038a97 (patch) | |
tree | e02577576fade770c991feef98e84d1bef870e67 /doku.php | |
parent | 039bebbab7964017afd2e53f791f9be9a1620da7 (diff) | |
download | rpg-d98d4540790616b0dc0e1f613e4c217d24038a97.tar.gz rpg-d98d4540790616b0dc0e1f613e4c217d24038a97.tar.bz2 |
fixing undefined variables
Fixing undefined variable notices and sometimes
the underlying error that produced them.
darcs-hash:20060710114655-05dcb-073948171847f1f43f153e96c8382abd421da36a.gz
Diffstat (limited to 'doku.php')
-rw-r--r-- | doku.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ //import variables $QUERY = trim($_REQUEST['id']); $ID = getID(); + $NS = getNS($ID); $REV = $_REQUEST['rev']; $ACT = $_REQUEST['do']; $IDX = $_REQUEST['idx']; |