Fix some bugs with MySQL strict mode

Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
This commit is contained in:
Yuriy Pikhtarev 2018-06-24 21:08:46 +03:00
commit 5429a3bcb8
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
8 changed files with 34 additions and 16 deletions

View file

@ -21,9 +21,9 @@ $bb_cfg = [];
$bb_cfg['js_ver'] = $bb_cfg['css_ver'] = 1;
// Version info
$bb_cfg['tp_version'] = '2.2.3';
$bb_cfg['tp_release_date'] = '07-08-2017';
$bb_cfg['tp_release_codename'] = 'Aurochs';
$bb_cfg['tp_version'] = '2.3.0';
$bb_cfg['tp_release_date'] = '26-06-2018';
$bb_cfg['tp_release_codename'] = 'Bison';
// Database
// Настройка баз данных ['db']['srv_name'] => (array) srv_cfg;