Sources/Profile-Modify.php 1 location
|
@@ 3542-3543 (lines=2) @@
|
| 3539 |
|
$width = -1; $height = -1; |
| 3540 |
|
|
| 3541 |
|
// Does it have predefined restraints? Width first. |
| 3542 |
|
if ($matches[6][$key]) |
| 3543 |
|
$matches[2][$key] = $matches[6][$key]; |
| 3544 |
|
if ($matches[2][$key] && $sig_limits[5] && $matches[2][$key] > $sig_limits[5]) |
| 3545 |
|
{ |
| 3546 |
|
$width = $sig_limits[5]; |
Sources/ManageSettings.php 1 location
|
@@ 1068-1069 (lines=2) @@
|
| 1065 |
|
} |
| 1066 |
|
|
| 1067 |
|
// Does it have predefined restraints? Width first. |
| 1068 |
|
if ($matches[6][$key]) |
| 1069 |
|
$matches[2][$key] = $matches[6][$key]; |
| 1070 |
|
if ($matches[2][$key] && $sig_limits[5] && $matches[2][$key] > $sig_limits[5]) |
| 1071 |
|
{ |
| 1072 |
|
$width = $sig_limits[5]; |