mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
Fix sticky letter filter when reloading addressbook
This commit is contained in:
parent
ceb9f48f11
commit
69ffc46a95
@ -1329,7 +1329,7 @@ window.egw_LAB.wait(function() {
|
|||||||
{
|
{
|
||||||
if(!is_numeric($key)) continue;
|
if(!is_numeric($key)) continue;
|
||||||
if(preg_match('/'.$GLOBALS['egw']->db->capabilities['case_insensitive_like'].
|
if(preg_match('/'.$GLOBALS['egw']->db->capabilities['case_insensitive_like'].
|
||||||
' '.$GLOBALS['egw']->db->quote('[a-z]%').'$/',$col_filter) == 1
|
' '.$GLOBALS['egw']->db->quote('[a-z]%').'$/i',$col_filter) == 1
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
unset($query['col_filter'][$key]);
|
unset($query['col_filter'][$key]);
|
||||||
|
Loading…
Reference in New Issue
Block a user