diff options
author | Simon Rettberg | 2016-05-13 18:24:08 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-05-13 18:24:08 +0200 |
commit | 7d916647e1b82fcc8a17b68d3ae0615af42f53e0 (patch) | |
tree | da83387a203c3b25980c4a5068418862c2b6a0a9 /apis | |
parent | Still working in modularization cleanup and refinement (diff) | |
download | slx-admin-7d916647e1b82fcc8a17b68d3ae0615af42f53e0.tar.gz slx-admin-7d916647e1b82fcc8a17b68d3ae0615af42f53e0.tar.xz slx-admin-7d916647e1b82fcc8a17b68d3ae0615af42f53e0.zip |
Get baseconfig ready for modularization
Diffstat (limited to 'apis')
-rw-r--r-- | apis/update.inc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apis/update.inc.php b/apis/update.inc.php index 0c91ab2d..3ba7f9a0 100644 --- a/apis/update.inc.php +++ b/apis/update.inc.php @@ -321,4 +321,6 @@ function update_11() KEY `locationid` (`locationid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;"); return true; -}
\ No newline at end of file +} + +// TODO: Remove setting_distro, setting, cat_setting
\ No newline at end of file |