Code Duplication    Length = 6-6 lines in 2 locations

geodirectory-functions/custom_functions.php 2 locations

@@ 1888-1893 (lines=6) @@
1885
				$flip   = array( true, false );
1886
				$modify = true;
1887
				break;
1888
			case 5:
1889
				$orientation = - 90;
1890
				$rotate      = true;
1891
				$flip        = array( false, true );
1892
				$modify      = true;
1893
				break;
1894
			case 6:
1895
				$orientation = - 90;
1896
				$rotate      = true;
@@ 1899-1904 (lines=6) @@
1896
				$rotate      = true;
1897
				$modify      = true;
1898
				break;
1899
			case 7:
1900
				$orientation = - 270;
1901
				$rotate      = true;
1902
				$flip        = array( false, true );
1903
				$modify      = true;
1904
				break;
1905
			case 8:
1906
			case 9:
1907
				$orientation = - 270;