diff options
Diffstat (limited to 'inc/pageutils.php')
-rw-r--r-- | inc/pageutils.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/inc/pageutils.php b/inc/pageutils.php index 758d34a9e..5fadd7a36 100644 --- a/inc/pageutils.php +++ b/inc/pageutils.php @@ -58,10 +58,6 @@ function getID($param='id',$clean=true){ return $id; } -// function result cache for cleanID -global $cache_cleanid; -$cache_cleanid = array(); - /** * Remove unwanted chars from ID * @@ -145,10 +141,6 @@ function noNS($id) { } } -// function result cache for wikiFN -global $cache_wikifn; -$cache_wikifn = array(); - /** * returns the full path to the datafile specified by ID and * optional revision |