Compare commits

...

3 Commits

Author SHA1 Message Date
5e6ba85639 Merge branch 'development' 2024-10-17 14:04:45 +09:00
3cf891a7d2 Release: v9.17.6 2024-10-17 14:02:14 +09:00
6e19f30ff5 Bug fix in DB\IO 2024-10-17 14:01:13 +09:00
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +1 @@
9.17.5 9.17.6

View File

@@ -825,7 +825,6 @@ class IO
default: default:
// no context on DB_INFO // no context on DB_INFO
if ($id == 'DB_INFO') { if ($id == 'DB_INFO') {
echo "DB INFO<br>";
$context = []; $context = [];
} }
// used named arguments so we can easy change the order of debug // used named arguments so we can easy change the order of debug