summaryrefslogtreecommitdiff
path: root/inc/pageutils.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2013-11-04 01:08:27 +0000
committerAnika Henke <anika@selfthinker.org>2013-11-04 01:08:27 +0000
commitc8bbb09431bd7819e045a455a4ec4d85eff781b1 (patch)
treef375f3bf8ad2ca8cb5ed1618d93f3bbb378df5f2 /inc/pageutils.php
parent6a5d68178752212e9dc2ef82d500940b49bf6500 (diff)
downloadrpg-c8bbb09431bd7819e045a455a4ec4d85eff781b1.tar.gz
rpg-c8bbb09431bd7819e045a455a4ec4d85eff781b1.tar.bz2
removed deprecated third param of cleanID()
Diffstat (limited to 'inc/pageutils.php')
-rw-r--r--inc/pageutils.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/pageutils.php b/inc/pageutils.php
index 60f326e04..c8d3cf4bb 100644
--- a/inc/pageutils.php
+++ b/inc/pageutils.php
@@ -94,9 +94,8 @@ function getID($param='id',$clean=true){
* @author Andreas Gohr <andi@splitbrain.org>
* @param string $raw_id The pageid to clean
* @param boolean $ascii Force ASCII
- * @param boolean $media DEPRECATED
*/
-function cleanID($raw_id,$ascii=false,$media=false){
+function cleanID($raw_id,$ascii=false){
global $conf;
static $sepcharpat = null;