1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +02:00

Admin UI join query issue

This commit is contained in:
SecretR
2013-09-07 16:53:58 +03:00
parent 4730d6c9d8
commit e4e9aea830

View File

@@ -3625,7 +3625,7 @@ class e_admin_controller_ui extends e_admin_controller
{ {
$tableSJoinArr[] = "{$tparams['__tablePath']}*"; $tableSJoinArr[] = "{$tparams['__tablePath']}*";
} }
else elseif($fields)
{ {
$tableSJoinArr[] = $fields; $tableSJoinArr[] = $fields;
/*$fields = explode(',', $fields); /*$fields = explode(',', $fields);