summaryrefslogtreecommitdiff
path: root/include/db.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/db.php')
-rw-r--r--include/db.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/db.php b/include/db.php
index f45f07276..c02e90ef2 100644
--- a/include/db.php
+++ b/include/db.php
@@ -36,5 +36,3 @@ function db_last_query_error() {
function db_quote($str){
return Db::get()->quote($str);
}
-
-?>