summaryrefslogtreecommitdiffstats
path: root/apis
diff options
context:
space:
mode:
authorSimon Rettberg2015-05-26 15:57:46 +0200
committerSimon Rettberg2015-05-26 15:57:46 +0200
commite5338b2492988e2b52973c4e125039a73b94cf18 (patch)
tree5694e23a8988b3f3086bde4be9d4ab4305871444 /apis
parentUpdate SQL schema dump (diff)
downloadslx-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.php1
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