diff options
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -45,7 +45,7 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '1.9' ); +define ( 'STD_VERSION', '1.8' ); define ( 'ZOT_REVISION', 1.1 ); define ( 'DB_UPDATE_VERSION', 1176 ); @@ -1744,7 +1744,13 @@ function goaway($s) { } function shutdown() { +<<<<<<< HEAD + global $db; + if(is_object($db) && $db->connected) + $db->close(); +======= +>>>>>>> 1.8RC } /** |