diff options
author | friendica <info@friendica.com> | 2014-03-06 01:34:39 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-06 01:34:39 -0800 |
commit | 2a1729e6718a6a09fb322d8e115b5d47235ce809 (patch) | |
tree | c4ead1b456c36aa74b9449d10bdd01db8c423575 /install/update.php | |
parent | 8c7e076dae46a81e38620048d1fe3894c1a6d70e (diff) | |
download | volse-hubzilla-2a1729e6718a6a09fb322d8e115b5d47235ce809.tar.gz volse-hubzilla-2a1729e6718a6a09fb322d8e115b5d47235ce809.tar.bz2 volse-hubzilla-2a1729e6718a6a09fb322d8e115b5d47235ce809.zip |
typo
Diffstat (limited to 'install/update.php')
-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 |