Code Duplication    Length = 2-2 lines in 2 locations

other/upgrade.php 1 location

@@ 5233-5234 (lines=2) @@
5230
	$last_settings_change = filemtime($boarddir . '/Settings.php');
5231
5232
	// remove any /r's that made there way in here
5233
	foreach ($settingsArray as $k => $dummy)
5234
		$settingsArray[$k] = strtr($dummy, array("\r" => '')) . "\n";
5235
5236
	// go line by line and see whats changing
5237
	for ($i = 0, $n = count($settingsArray); $i < $n; $i++)

Sources/Subs-Admin.php 1 location

@@ 319-320 (lines=2) @@
316
		return;
317
318
	// remove any /r's that made there way in here
319
	foreach ($settingsArray as $k => $dummy)
320
		$settingsArray[$k] = strtr($dummy, array("\r" => '')) . "\n";
321
322
	// go line by line and see whats changing
323
	for ($i = 0, $n = count($settingsArray); $i < $n; $i++)