Whitespace. Stupid £#@£@$ editor.

This commit is contained in:
Thomas Willingham
2014-11-29 22:06:04 +00:00
parent d4539b415a
commit 5087d783b7
2 changed files with 7 additions and 7 deletions

View File

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