[Erp5-report] r11185 - /erp5/trunk/products/ERP5Type/Cache.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Nov 7 16:52:35 CET 2006
Author: seb
Date: Tue Nov 7 16:52:34 2006
New Revision: 11185
URL: http://svn.erp5.org?rev=11185&view=rev
Log:
the erp5_site_id is not used
Modified:
erp5/trunk/products/ERP5Type/Cache.py
Modified: erp5/trunk/products/ERP5Type/Cache.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Cache.py?rev=11185&r1=11184&r2=11185&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Cache.py (original)
+++ erp5/trunk/products/ERP5Type/Cache.py Tue Nov 7 16:52:34 2006
@@ -41,7 +41,6 @@
global is_cache_initialized
if not is_cache_initialized:
is_cache_initialized = 1
- erp5_site_id = self.getPortalObject().getId()
## update cache structure from portal_caches
self.getPortalObject().portal_caches.updateCache()
More information about the Erp5-report
mailing list