Unset the prepared statements used in the app_defaults.php files.

This commit is contained in:
Mark Crane
2014-07-23 22:00:03 +00:00
parent 411e0d7733
commit 5e0d82c06d
12 changed files with 54 additions and 35 deletions

View File

@@ -60,6 +60,7 @@ if ($domains_processed == 1) {
$db->exec(check_sql($sql));
unset($sql);
}
unset($prep_statement, $row);
}
//ensure that the default password length and strength are set
@@ -109,6 +110,7 @@ if ($domains_processed == 1) {
$db->exec(check_sql($sql));
unset($sql);
}
unset($prep_statement, $row);
}
//set the sip_profiles directory for older installs