Commit e64c3596 authored by Jean-Paul Smets's avatar Jean-Paul Smets

quotes are not supposed to be used in catalog for exact match but for grouping...

quotes are not supposed to be used in catalog for exact match but for grouping - use search keys instead

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25735 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 877ef41f
......@@ -63,7 +63,6 @@ for recipient in text.split(\',\'):\n
recipient = recipient[recipient.find(\'<\') + 1:]\n
recipient = recipient[:recipient.find(\'>\')]\n
if recipient:\n
recipient = \'"%s"\' % (recipient)\n
email = getResultValue(url_string=recipient, portal_type=\'Email\', parent_portal_type=\'Person\')\n
if email is None:\n
email = getResultValue(url_string=recipient, portal_type=\'Email\', parent_portal_type=\'Organisation\')\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment