summaryrefslogtreecommitdiff
path: root/classes/idb.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-26 20:24:18 +0300
committerAndrew Dolgov <[email protected]>2017-04-26 20:24:18 +0300
commitea79a0e033e40057279a7f464c9464145eedc932 (patch)
tree973fbd2a1de4b28d4ea51d407446fe1714e31a9d /classes/idb.php
parente73401844868287d465ef1a0ffdbfbea377e84fa (diff)
remove some redundant php closing tags
Diffstat (limited to 'classes/idb.php')
-rw-r--r--classes/idb.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/idb.php b/classes/idb.php
index dd1eba142..37fd69906 100644
--- a/classes/idb.php
+++ b/classes/idb.php
@@ -11,4 +11,3 @@ interface IDb {
function last_error();
function last_query_error();
}
-?>