1
0

Fix installer bug

This commit is contained in:
hukoeth 2010-09-06 22:35:52 +02:00 committed by Bharat Mediratta
parent dfe754d373
commit 862729855f

View File

@ -89,6 +89,7 @@ class photoannotation_installer {
module::set_version("photoannotation", $version = 3);
}
if ($version == 3) {
$db = Database::instance();
$db->query("CREATE TABLE IF NOT EXISTS {photoannotation_notifications} (
`id` int(9) NOT NULL auto_increment,
`user_id` int(9) NOT NULL unique,