1
0

Fixed (hopefully) table prefix issue

This commit is contained in:
colings 2011-01-01 13:16:29 -06:00
parent 290e3f220f
commit 7f0f225648

View File

@ -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,