[Erp5-report] r8684 - /erp5/trunk/products/ERP5Type/patches/HTTPRequest.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Jul 22 15:21:10 CEST 2006


Author: jp
Date: Sat Jul 22 15:21:05 2006
New Revision: 8684

URL: http://svn.erp5.org?rev=8684&view=rev
Log:
Moved key definition to patch

Modified:
    erp5/trunk/products/ERP5Type/patches/HTTPRequest.py

Modified: erp5/trunk/products/ERP5Type/patches/HTTPRequest.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/patches/HTTPRequest.py?rev=8684&r1=8683&r2=8684&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/HTTPRequest.py (original)
+++ erp5/trunk/products/ERP5Type/patches/HTTPRequest.py Sat Jul 22 15:21:05 2006
@@ -16,6 +16,8 @@
 # that once a user gets into a Web Site object, all
 # documents referenced by the web site are accessed
 # through the web site rather than directly.
+
+website_key = 'web_site_value'
 
 from ZPublisher.HTTPRequest import HTTPRequest
 def HTTPRequest_physicalPathToVirtualPath(self, path):




More information about the Erp5-report mailing list