Diff for /MPIWGWeb/MPIWGStaff.py between versions 1.10.2.67 and 1.10.2.68

version 1.10.2.67, 2009/04/29 07:53:35 version 1.10.2.68, 2009/06/10 15:12:44
Line 580  class MPIWGStaff(CatalogAware,ZSQLExtend Line 580  class MPIWGStaff(CatalogAware,ZSQLExtend
         """get the profile"""          """get the profile"""
     self.REQUEST.RESPONSE.setHeader('Last-Modified',email.Utils.formatdate().split("-")[0]+'GMT')      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.getKeyUTF8())
         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.67  
changed lines
  Added in v.1.10.2.68


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