Code Duplication    Length = 2-2 lines in 2 locations

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

@@ 1065-1066 (lines=2) @@
1062
							}
1063
1064
							// Does it have predefined restraints? Width first.
1065
							if ($matches[6][$key])
1066
								$matches[2][$key] = $matches[6][$key];
1067
							if ($matches[2][$key] && $sig_limits[5] && $matches[2][$key] > $sig_limits[5])
1068
							{
1069
								$width = $sig_limits[5];