diff options
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 |