From e5338b2492988e2b52973c4e125039a73b94cf18 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 26 May 2015 15:57:46 +0200 Subject: Fix db update by adding missing return statement... --- apis/update.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apis') 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 -- cgit v1.2.3-55-g7522