mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-23 18:08:49 +02:00
Added trim in search
This commit is contained in:
parent
2046689b00
commit
ac762469b6
@ -643,6 +643,9 @@ $url = ui_get_url_refresh(
|
|||||||
|
|
||||||
$search_id_group = (int) get_parameter('search_id_group');
|
$search_id_group = (int) get_parameter('search_id_group');
|
||||||
$search_string = (string) get_parameter('search_string');
|
$search_string = (string) get_parameter('search_string');
|
||||||
|
if (!empty($search_string)) {
|
||||||
|
$search_string = trim($search_string, ' ');
|
||||||
|
}
|
||||||
|
|
||||||
$table = new stdClass();
|
$table = new stdClass();
|
||||||
$table->width = '100%';
|
$table->width = '100%';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user