diff options
author | alecpl <alec@alec.pl> | 2010-06-28 17:36:26 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-06-28 17:36:26 +0000 |
commit | bdb13a51f735623146f1ac81d9323e5182f99511 (patch) | |
tree | 69edc31327831d2028cb827a15748f1c0b4a5ef1 /program/steps/addressbook | |
parent | 60527660ee5e78df7ac4ee8e37a8ba6fdab22128 (diff) |
- Fix RC forgets search results (#1483883)
Diffstat (limited to 'program/steps/addressbook')
-rw-r--r-- | program/steps/addressbook/search.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/addressbook/search.inc b/program/steps/addressbook/search.inc index e5ace2451..d23bf5dac 100644 --- a/program/steps/addressbook/search.inc +++ b/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 |