--- MPIWGWeb/MPIWGStaff.py 2008/08/26 15:01:41 1.10.2.50 +++ MPIWGWeb/MPIWGStaff.py 2008/08/26 16:04:25 1.10.2.51 @@ -13,6 +13,7 @@ from Products.versionedFile.extVersioned import os import logging import bibliography +import email from Globals import package_home from Products.PythonScripts.standard import sql_quote from types import * @@ -468,6 +469,8 @@ class MPIWGStaff(CatalogAware,ZSQLExtend def getProfile(self): """get the profile""" + self.REQUEST.RESPONSE.setHeader('Last-Modified',email.Utils.formatdate().split("-")[0]+'GMT') + founds=self.ZSQLInlineSearchU(_table='personal_www',key=self.getKey()) html="""%s""" if founds.profile and founds.profile != "":