diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-28 17:36:26 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-28 17:36:26 +0000 |
| commit | a236bbc295c2a9861dc030580f87e05371493785 (patch) | |
| tree | e2949875c54b8d267f7e73efc5a7bc3f5e1cf61f /roundcubemail/program/steps/addressbook | |
| parent | 233b928752910b224ae603a78a4985eab935c3e1 (diff) | |
- Fix RC forgets search results (#1483883)
git-svn-id: https://svn.roundcube.net/trunk@3787 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/addressbook')
| -rw-r--r-- | roundcubemail/program/steps/addressbook/search.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/addressbook/search.inc b/roundcubemail/program/steps/addressbook/search.inc index e5ace2451..d23bf5dac 100644 --- a/roundcubemail/program/steps/addressbook/search.inc +++ b/roundcubemail/program/steps/addressbook/search.inc @@ -39,7 +39,7 @@ if ($result->count > 0) else { $OUTPUT->show_message('nocontactsfound', 'warning'); - $search_request = -1; + $search_request = null; } // update message count display |
