This commit is contained in:
friendica 2014-03-06 01:34:39 -08:00
parent 8c7e076dae
commit 2a1729e671

View File

@ -1155,7 +1155,7 @@ function update_r1102() {
$r = q("update abook set abook_flags = (abook_flags - %d)
where ( abook_flags & %d)",
intval(ABOOK_FLAG_UNCONNECTED),
intval(ABOOK_FLAG_UNCONNECTED),
intval(ABOOK_FLAG_UNCONNECTED)
);
return UPDATE_SUCCESS;
}