typo
This commit is contained in:
parent
8c7e076dae
commit
2a1729e671
@ -1155,7 +1155,7 @@ function update_r1102() {
|
|||||||
$r = q("update abook set abook_flags = (abook_flags - %d)
|
$r = q("update abook set abook_flags = (abook_flags - %d)
|
||||||
where ( abook_flags & %d)",
|
where ( abook_flags & %d)",
|
||||||
intval(ABOOK_FLAG_UNCONNECTED),
|
intval(ABOOK_FLAG_UNCONNECTED),
|
||||||
intval(ABOOK_FLAG_UNCONNECTED),
|
intval(ABOOK_FLAG_UNCONNECTED)
|
||||||
);
|
);
|
||||||
return UPDATE_SUCCESS;
|
return UPDATE_SUCCESS;
|
||||||
}
|
}
|
Reference in New Issue
Block a user