summaryrefslogtreecommitdiff
path: root/inc/pageutils.php
diff options
context:
space:
mode:
authorchris <chris@jalakai.co.uk>2006-08-29 15:48:06 +0200
committerchris <chris@jalakai.co.uk>2006-08-29 15:48:06 +0200
commit19a3223378923679493484987e6719c16b5f5997 (patch)
tree30cd513952b8abc1f0dd76eb269bdcb95077d1b3 /inc/pageutils.php
parent02a498e7884db0beaec6950e3b36bf4384daba93 (diff)
downloadrpg-19a3223378923679493484987e6719c16b5f5997.tar.gz
rpg-19a3223378923679493484987e6719c16b5f5997.tar.bz2
further update to global memory cache arrays
- remove initialisation of caches in inc/pageutils.php - add global declaration to init.php to support init.php being included from within a function, e.g. unit testing ;-) - minor change to utf8_substr, remove non-essential brackets added as part of an earlier patch darcs-hash:20060829134806-9b6ab-ab15191344a83be664c412403dc84a24fa2253a2.gz
Diffstat (limited to 'inc/pageutils.php')
-rw-r--r--inc/pageutils.php8
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