Browse Source

! Remove useless function param

Signed-off-by: John Rayes <[email protected]>
John Rayes 10 years ago
parent
commit
eed0506637
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Sources/Subs.php

+ 1 - 2
Sources/Subs.php

@@ -416,9 +416,8 @@ function updateMemberData($members, $data)
  *
  * @param array $changeArray
  * @param bool $update = false
- * @param bool $debug = false
  */
-function updateSettings($changeArray, $update = false, $debug = false)
+function updateSettings($changeArray, $update = false)
 {
 	global $modSettings, $smcFunc;