@@ -138,7 +138,7 @@ |
||
| 138 | 138 | $fetchedInformation = $this->executeSQL_flexible($inputData['content_WHAT'], $inputData['content_TABLE']); |
| 139 | 139 | |
| 140 | 140 | $countFetched = count($fetchedInformation); |
| 141 | - for ($i = 0; $i < $countFetched; $i ++) { |
|
| 141 | + for ($i = 0; $i < $countFetched; $i++) { |
|
| 142 | 142 | if (array_key_exists('password', $fetchedInformation[$i])) { |
| 143 | 143 | $fetchedInformation[$i]['password'] = '-'; |
| 144 | 144 | } |