From 2a1729e6718a6a09fb322d8e115b5d47235ce809 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 6 Mar 2014 01:34:39 -0800 Subject: typo --- install/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3