Diff for /MPIWGWeb/MPIWGStaff.py between versions 1.10.2.50 and 1.10.2.51

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

Removed from v.1.10.2.50  
changed lines
  Added in v.1.10.2.51


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>