summaryrefslogtreecommitdiff
path: root/classes/db/stmt.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/db/stmt.php')
-rw-r--r--classes/db/stmt.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/classes/db/stmt.php b/classes/db/stmt.php
index 4d3596ef1..7d6bbb30a 100644
--- a/classes/db/stmt.php
+++ b/classes/db/stmt.php
@@ -28,5 +28,4 @@ class Db_Stmt {
function fetch() {
return $this->stmt->fetch();
}
-}
-?>
+} \ No newline at end of file