Fix: db connexion not closed

This commit is contained in:
Laurent Destailleur 2011-11-01 15:06:03 +01:00
parent 13552bb3a4
commit bb9dd1be10

View File

@ -445,4 +445,6 @@ else // Open and return file
readfile($original_file_osencoded);
}
if (is_object($db)) $db->close();
?>