@@ -114,7 +114,7 @@ |
||
114 | 114 | |
115 | 115 | $fetched_caches = $connection->fetchAll($sql_string); |
116 | 116 | |
117 | - for ($i = 0; $i < count($fetched_caches); $i ++) { |
|
117 | + for ($i = 0; $i < count($fetched_caches); $i++) { |
|
118 | 118 | // replace existing log passwords with something different |
119 | 119 | // nur der Teil mit den Bilderzuweisungen müsste nochmal überdacht werden.. |
120 | 120 | if ($fetched_caches[$i]["logpw"] != "") { |