@@ -112,12 +112,12 @@ class page_action extends tform_actions {
...
@@ -112,12 +112,12 @@ class page_action extends tform_actions {
// Fill the client select field
// Fill the client select field
$sql="SELECT groupid, name FROM sys_group, client WHERE sys_group.client_id = client.client_id AND client.parent_client_id = ".$client['client_id']." ORDER BY name";
$sql="SELECT groupid, name FROM sys_group, client WHERE sys_group.client_id = client.client_id AND client.parent_client_id = ".$client['client_id']." ORDER BY name";