fix typo in mod/connedit.php

This commit is contained in:
Mario Vavti 2015-10-19 15:33:19 +02:00
parent 4b300f8274
commit febcb90ece

View file

@ -190,7 +190,7 @@ function connedit_post(&$a) {
}
}
$abook_pending = (($new_friend) ? 0 : $orig_record[0]['abook_pending'];
$abook_pending = (($new_friend) ? 0 : $orig_record[0]['abook_pending']);
$r = q("UPDATE abook SET abook_profile = '%s', abook_my_perms = %d , abook_closeness = %d, abook_pending = %d,
abook_incl = '%s', abook_excl = '%s'