From 244ad5071dc7d76b8f87f58349cf8532a7b6aac4 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 19 Oct 2012 17:21:19 -0700 Subject: cleanup abook structure --- mod/profiles.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/profiles.php') diff --git a/mod/profiles.php b/mod/profiles.php index 1e34542bc..9ae03aaf5 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -426,13 +426,13 @@ function profiles_content(&$a) { // move every contact using this profile as their default to the user default - $r = q("UPDATE abook SET abook_profile = (SELECT profile_guid AS FROM profile WHERE is_default = 1 AND uid = %d LIMIT 1) WHERE abook_profile = '%s' AND `uid` = %d ", + $r = q("UPDATE abook SET abook_profile = (SELECT profile_guid AS FROM profile WHERE is_default = 1 AND uid = %d LIMIT 1) WHERE abook_profile = '%s' AND abook_channel = %d ", intval(local_user()), dbesc($profile_guid), intval(local_user()) ); $r = q("DELETE FROM `profile` WHERE `id` = %d AND `uid` = %d LIMIT 1", - intval($a->argv[2]), + intval(argv(2)), intval(local_user()) ); if($r) -- cgit v1.2.3