diff options
author | svncommit <devs@roundcube.net> | 2006-08-28 15:31:44 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-08-28 15:31:44 +0000 |
commit | 949dea5803fd958d02372870c6b5b8a8ad6f8745 (patch) | |
tree | 490443288ab56b9349daea48b68b855d75161e70 /program/steps/addressbook | |
parent | 58afbe954782a65a2a7c666ac4c6b6c69c2b80db (diff) |
Fixed tickets 1445501 and 1483820
Diffstat (limited to 'program/steps/addressbook')
-rw-r--r-- | program/steps/addressbook/save.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/addressbook/save.inc b/program/steps/addressbook/save.inc index 5135e4b04..f6b8b3cc2 100644 --- a/program/steps/addressbook/save.inc +++ b/program/steps/addressbook/save.inc @@ -151,7 +151,7 @@ else foreach ($emails as $email) { $DB->query("INSERT INTO $contacts_table - (user_id, name, email + (user_id, name, email) VALUES ({$_SESSION['user_id']}," . $DB->quote($names[$n++]) . "," . $DB->quote($email) . ")"); $insert_id[] = $DB->insert_id(); |