Better getGroups implementation
This commit is contained in:
@@ -182,7 +182,7 @@ class Helper {
|
||||
break;
|
||||
|
||||
case 'getGroups':
|
||||
$query = "SELECT distinct ".$this->settings['col_group_name']." FROM ".$this->settings['sql_group_table'];
|
||||
$query = "SELECT distinct ".$this->settings['col_group_name']." FROM ".$this->settings['sql_group_table']." WHERE ".$this->settings['col_group_name']." LIKE :search";
|
||||
break;
|
||||
|
||||
case 'getGroupUsers':
|
||||
|
||||
Reference in New Issue
Block a user