1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +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']}*";
}
else
elseif($fields)
{
$tableSJoinArr[] = $fields;
/*$fields = explode(',', $fields);