[Erp5-report] r8101 - /erp5/trunk/products/ERP5/ERP5Site.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jun 20 17:56:14 CEST 2006
Author: kevin
Date: Tue Jun 20 17:56:12 2006
New Revision: 8101
URL: http://svn.erp5.org?rev=8101&view=rev
Log:
Sorry, I forgot light_install parameter
Modified:
erp5/trunk/products/ERP5/ERP5Site.py
Modified: erp5/trunk/products/ERP5/ERP5Site.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/ERP5Site.py?rev=8101&r1=8100&r2=8101&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/ERP5Site.py (original)
+++ erp5/trunk/products/ERP5/ERP5Site.py Tue Jun 20 17:56:12 2006
@@ -60,6 +60,7 @@
, erp5_sql_deferred_connection_string = 'test test'
, cmf_activity_sql_connection_type = 'Z MySQL Database Connection'
, cmf_activity_sql_connection_string = 'test test'
+ , light_install = 0
, reindex = 1
, RESPONSE = None
):
@@ -78,7 +79,8 @@
, cmf_activity_sql_connection_type
, cmf_activity_sql_connection_string
, create_activities
- , reindex
+ , light_install = light_install
+ , reindex = reindex
)
gen.setupDefaultProperties( p
, title
More information about the Erp5-report
mailing list