diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-06 14:25:47 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-06 14:25:47 -0800 |
commit | 3f920da4137ecb91b3aeb2683f2e2b59b4d088cc (patch) | |
tree | 36f61c089c29841cde1caf833e61fae97b13e04a | |
parent | 2393db39434d47a237fb01847213256d1396f8d1 (diff) | |
download | volse-hubzilla-3f920da4137ecb91b3aeb2683f2e2b59b4d088cc.tar.gz volse-hubzilla-3f920da4137ecb91b3aeb2683f2e2b59b4d088cc.tar.bz2 volse-hubzilla-3f920da4137ecb91b3aeb2683f2e2b59b4d088cc.zip |
update error
-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 37351656f..24f4f21d5 100644 --- a/install/update.php +++ b/install/update.php @@ -1951,7 +1951,7 @@ function update_r1159() { function update_r1160() { - $r1 = q("alter table abook add abook_instance text not null default '' "); + $r = q("alter table abook add abook_instance text not null default '' "); if($r) return UPDATE_SUCCESS; return UPDATE_FAILED; |