From 5db02f8d8ced2403e69a4901a0a15386d19a13b5 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Wed, 15 Oct 2008 16:08:59 +0000 Subject: phplint cleanup --- auto_prepend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auto_prepend.php') diff --git a/auto_prepend.php b/auto_prepend.php index 6bcd03c..f1ecba2 100644 --- a/auto_prepend.php +++ b/auto_prepend.php @@ -187,8 +187,8 @@ else define('TC_SELF', 0); define('TC_ALL', 0); define('TC_NONE', 0); - function it_untaint($value, $marks = 0) { return $value; } - function it_taintcheck($value, $marks = 0) { return $value; } + function it_untaint($value, $dummy_marks = 0) { return $value; } + function it_taintcheck($value, $dummy_marks = 0) { return $value; } } # ULTRAHOME is generated in a safe way -- cgit v1.2.3