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 09ff31ae5a
commit 1613d19c3b
12 changed files with 54 additions and 35 deletions
+2
View File
@@ -125,6 +125,7 @@
$db->query($sql);
unset($sql);
}
unset($prep_statement);
}
}
@@ -153,6 +154,7 @@
$db->query($sql);
unset($sql);
}
unset($prep_statement);
}
}