Explorar el Código

Get rid of the trailing spaces.

Mark Crane hace 12 años
padre
commit
36b4b134c6
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. 3 4
      resources/pdo.php

+ 3 - 4
resources/pdo.php

@@ -254,17 +254,16 @@ if ($db_type == "pgsql") {
 				$_SESSION['domains'][$row['domain_uuid']]['domain_uuid'] = $row['domain_uuid'];
 				$_SESSION['domains'][$row['domain_uuid']]['domain_name'] = $row['domain_name'];
 			}
-			unset($result, $prep_statement);               
-	}        
+			unset($result, $prep_statement);
+	}
 
 //set the setting arrays
 	if (!isset($_SESSION['domain']['menu'])){
-		//domains set()
 		require "resources/classes/domains.php";
 		$domain = new domains();
 		$domain->db = $db;
 		$domain->set();
-	}            
+	}
 
 //set the domain_uuid variable from the session
 	if (strlen($_SESSION["domain_uuid"]) > 0) {