merge conflict

This commit is contained in:
redmatrix 2016-06-19 21:47:04 -07:00
parent 953ca2c21e
commit 3cf6f1f79c

View File

@ -1744,13 +1744,7 @@ function goaway($s) {
}
function shutdown() {
<<<<<<< HEAD
global $db;
if(is_object($db) && $db->connected)
$db->close();
=======
>>>>>>> 1.8RC
}
/**