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

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