Commit d7efb54e authored by Aurel's avatar Aurel

initialize variable


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18641 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e903b0af
......@@ -2334,7 +2334,8 @@ class Catalog(Folder,
where_expression = ''
select_expression = ''
group_by_expression = ''
select_expression_key = ''
from_table_dict = {'catalog' : 'catalog'} # Always include catalog table
if len(kw):
if kw.has_key('select_expression_key'):
......
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