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 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; |