Fix a few more line space, indentation, and other white space issues.

This commit is contained in:
Mark Crane
2012-10-11 06:36:24 +00:00
parent be979dbc3a
commit 6dc9eec702
10 changed files with 300 additions and 286 deletions
+8 -8
View File
@@ -256,15 +256,15 @@ if ($db_type == "pgsql") {
}
unset($result, $prep_statement);
}
if (!isset($_SESSION['domain']['menu'])){
//domains set()
require "includes/classes/domains.php";
$domain = new domains();
$domain->db = $db;
$domain->set();
}
//set the setting arrays
if (!isset($_SESSION['domain']['menu'])){
//domains set()
require "includes/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) {