Fix systematic errors in pagination, sucursal warnings, and fatal count() errors across multiple modules

This commit is contained in:
2026-01-07 01:06:27 -06:00
parent aaa77e870e
commit 3a5afa82fe
354 changed files with 9022 additions and 15093 deletions

View File

@@ -224,7 +224,7 @@ switch ( $sapi ) {
}
if ( isset($opts['t']) ) {
$arr = split(',',$opts['t']);
$arr = explode(',',$opts['t']);
$types = array();
foreach ($arr as $type)
$types[ trim($type) ] = 1;