From 5087d783b70a34f1db62a61d4a8b6e39edd444ed Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sat, 29 Nov 2014 22:06:04 +0000 Subject: =?UTF-8?q?Whitespace.=20=20Stupid=20=C2=A3#@=C2=A3@$=20editor.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/Contact.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/Contact.php') diff --git a/include/Contact.php b/include/Contact.php index dedde3d1e..64779d45f 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -129,11 +129,11 @@ function vcard_from_xchan($xchan, $observer = null, $mode = '') { function abook_toggle_flag($abook,$flag) { $r = q("UPDATE abook set abook_flags = (abook_flags %s %d) where abook_id = %d and abook_channel = %d", - db_getfunc('^'), - intval($flag), - intval($abook['abook_id']), - intval($abook['abook_channel']) - ); + db_getfunc('^'), + intval($flag), + intval($abook['abook_id']), + intval($abook['abook_channel']) + ); // if unsetting the archive bit, update the timestamps so we'll try to connect for an additional 30 days. -- cgit v1.2.3