aboutsummaryrefslogtreecommitdiffstats
path: root/include/Contact.php
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-11-29 22:06:04 +0000
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-11-29 22:06:04 +0000
commit5087d783b70a34f1db62a61d4a8b6e39edd444ed (patch)
tree023bf994d0a1dd65fced7e3b7b64b48468bff553 /include/Contact.php
parentd4539b415aba5499e36d37fd61ed3cd7a478e743 (diff)
downloadvolse-hubzilla-5087d783b70a34f1db62a61d4a8b6e39edd444ed.tar.gz
volse-hubzilla-5087d783b70a34f1db62a61d4a8b6e39edd444ed.tar.bz2
volse-hubzilla-5087d783b70a34f1db62a61d4a8b6e39edd444ed.zip
Whitespace. Stupid £#@£@$ editor.
Diffstat (limited to 'include/Contact.php')
-rw-r--r--include/Contact.php10
1 files changed, 5 insertions, 5 deletions
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.