Sources/ManageSettings.php 1 location
|
@@ 1060-1061 (lines=2) @@
|
| 1057 |
|
} |
| 1058 |
|
|
| 1059 |
|
// Does it have predefined restraints? Width first. |
| 1060 |
|
if ($matches[6][$key]) |
| 1061 |
|
$matches[2][$key] = $matches[6][$key]; |
| 1062 |
|
if ($matches[2][$key] && $sig_limits[5] && $matches[2][$key] > $sig_limits[5]) |
| 1063 |
|
{ |
| 1064 |
|
$width = $sig_limits[5]; |
Sources/Profile-Modify.php 1 location
|
@@ 3501-3502 (lines=2) @@
|
| 3498 |
|
$width = -1; $height = -1; |
| 3499 |
|
|
| 3500 |
|
// Does it have predefined restraints? Width first. |
| 3501 |
|
if ($matches[6][$key]) |
| 3502 |
|
$matches[2][$key] = $matches[6][$key]; |
| 3503 |
|
if ($matches[2][$key] && $sig_limits[5] && $matches[2][$key] > $sig_limits[5]) |
| 3504 |
|
{ |
| 3505 |
|
$width = $sig_limits[5]; |