diff options
author | Urban Müller | 2008-10-15 16:08:59 +0000 |
---|---|---|
committer | Urban Müller | 2008-10-15 16:08:59 +0000 |
commit | 5db02f8d8ced2403e69a4901a0a15386d19a13b5 (patch) | |
tree | 1b022b87e1e80191809cd338f356e510fe012744 /auto_prepend.php | |
parent | 2a4b5c0e971f9ed3056b2d81b639dad0fd069b62 (diff) | |
download | itools-5db02f8d8ced2403e69a4901a0a15386d19a13b5.tar.gz itools-5db02f8d8ced2403e69a4901a0a15386d19a13b5.tar.bz2 itools-5db02f8d8ced2403e69a4901a0a15386d19a13b5.zip |
phplint cleanup
Diffstat (limited to 'auto_prepend.php')
-rw-r--r-- | auto_prepend.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 |