Code Duplication    Length = 4-4 lines in 2 locations

geodirectory-functions/custom_functions.php 2 locations

@@ 1875-1878 (lines=4) @@
1872
			case 1:
1873
				// do nothing
1874
				break;
1875
			case 2:
1876
				$flip   = array( false, true );
1877
				$modify = true;
1878
				break;
1879
			case 3:
1880
				$orientation = - 180;
1881
				$rotate      = true;
@@ 1884-1887 (lines=4) @@
1881
				$rotate      = true;
1882
				$modify      = true;
1883
				break;
1884
			case 4:
1885
				$flip   = array( true, false );
1886
				$modify = true;
1887
				break;
1888
			case 5:
1889
				$orientation = - 90;
1890
				$rotate      = true;