Commit 92051d7f authored by Sebastien Robin's avatar Sebastien Robin

corrected typo error


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1322 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 921590e9
...@@ -261,8 +261,8 @@ class ERP5Generator(PortalGenerator): ...@@ -261,8 +261,8 @@ class ERP5Generator(PortalGenerator):
addTool('ERP5 Catalog', None) addTool('ERP5 Catalog', None)
# Add Default SQL connection # Add Default SQL connection
if p.sql_connection_type == 'Z MySQL Database Connection': if p.sql_connection_type == 'Z MySQL Database Connection':
addSQLConnectioon = p.manage_addProduct['ZSQLMethods'].manage_addZMySQLConnection addSQLConnection = p.manage_addProduct['ZSQLMethods'].manage_addZMySQLConnection
addSQLConnectioon('erp5_sql_connection', 'ERP5 SQL Server Connection', p.sql_connection_string) addSQLConnection('erp5_sql_connection', 'ERP5 SQL Server Connection', p.sql_connection_string)
elif p.sql_connection_type == 'Z Gadfly': elif p.sql_connection_type == 'Z Gadfly':
pass pass
# Create default methods in Catalog XXX # Create default methods in Catalog XXX
......
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