diff options
-rw-r--r-- | install/update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php index 70372241d..11b1c1da6 100644 --- a/install/update.php +++ b/install/update.php @@ -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; }
\ No newline at end of file |