diff options
author | Simon Rettberg | 2015-05-26 15:57:46 +0200 |
---|---|---|
committer | Simon Rettberg | 2015-05-26 15:57:46 +0200 |
commit | e5338b2492988e2b52973c4e125039a73b94cf18 (patch) | |
tree | 5694e23a8988b3f3086bde4be9d4ab4305871444 /apis | |
parent | Update SQL schema dump (diff) | |
download | slx-admin-e5338b2492988e2b52973c4e125039a73b94cf18.tar.gz slx-admin-e5338b2492988e2b52973c4e125039a73b94cf18.tar.xz slx-admin-e5338b2492988e2b52973c4e125039a73b94cf18.zip |
Fix db update by adding missing return statement...
Diffstat (limited to 'apis')
-rw-r--r-- | apis/update.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apis/update.inc.php b/apis/update.inc.php index 4cf03b0e..21950cff 100644 --- a/apis/update.inc.php +++ b/apis/update.inc.php @@ -238,4 +238,5 @@ function update_9() KEY `logtypeid` (`typeid`,`dateline`), KEY `clientip` (`clientip`,`dateline`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8"); + return true; }
\ No newline at end of file |