@@ -368,8 +368,7 @@ discard block |
||
| 368 | 368 | } |
| 369 | 369 | if (!isset($regs[2])) { |
| 370 | 370 | $niveau = _LOG_INFO; |
| 371 | - } |
|
| 372 | - else { |
|
| 371 | + } else { |
|
| 373 | 372 | $niveau = intval($regs[2]); |
| 374 | 373 | } |
| 375 | 374 | |
@@ -1485,8 +1484,7 @@ discard block |
||
| 1485 | 1484 | ) { |
| 1486 | 1485 | if ($fsize = substr($f, 0, -6) . $m[1] . '.svg' and file_exists($fsize)) { |
| 1487 | 1486 | return $themefiles["$subdir$file"] = $fsize; |
| 1488 | - } |
|
| 1489 | - else { |
|
| 1487 | + } else { |
|
| 1490 | 1488 | return $themefiles["$subdir$file"] = "$f?" . $m[1] . 'px'; |
| 1491 | 1489 | } |
| 1492 | 1490 | } |