@@ -169,8 +169,7 @@ |
||
| 169 | 169 | ) { |
| 170 | 170 | if (($fsize = substr($f, 0, -6) . $m[1] . '.svg') && file_exists($fsize)) { |
| 171 | 171 | return $themefiles["$subdir$file"] = $fsize; |
| 172 | - } |
|
| 173 | - else { |
|
| 172 | + } else { |
|
| 174 | 173 | return $themefiles["$subdir$file"] = "$f?" . $m[1] . 'px'; |
| 175 | 174 | } |
| 176 | 175 | } |
@@ -49,8 +49,7 @@ |
||
| 49 | 49 | } |
| 50 | 50 | if (!isset($regs[2])) { |
| 51 | 51 | $niveau = _LOG_INFO; |
| 52 | - } |
|
| 53 | - else { |
|
| 52 | + } else { |
|
| 54 | 53 | $niveau = intval($regs[2]); |
| 55 | 54 | } |
| 56 | 55 | |