Removing the closing PHP "?>" tag as per style guidelines.

This commit is contained in:
jgen
2014-04-25 17:34:20 -04:00
parent b4e6c0b743
commit bcd3f991de
6 changed files with 6 additions and 6 deletions

View File

@@ -151,4 +151,4 @@ class Tips extends Extension {
$database->execute("DELETE FROM tips WHERE id = ?", array($tipID));
}
}
?>