From 7f0f2256487bc9a986d6c2ca551b9063cb825bbb Mon Sep 17 00:00:00 2001 From: colings Date: Sat, 1 Jan 2011 13:16:29 -0600 Subject: [PATCH] Fixed (hopefully) table prefix issue --- 3.0/modules/picasa_faces/helpers/picasa_faces_installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.0/modules/picasa_faces/helpers/picasa_faces_installer.php b/3.0/modules/picasa_faces/helpers/picasa_faces_installer.php index 5e728858..23010af1 100644 --- a/3.0/modules/picasa_faces/helpers/picasa_faces_installer.php +++ b/3.0/modules/picasa_faces/helpers/picasa_faces_installer.php @@ -23,7 +23,7 @@ class picasa_faces_installer { $db = Database::instance(); $db->query( - "CREATE TABLE IF NOT EXISTS `picasa_faces` ( + "CREATE TABLE IF NOT EXISTS {picasa_faces} ( `id` int(9) NOT NULL auto_increment, `face_id` varchar(16) NOT NULL, `tag_id` int(9) NOT NULL,