Diff for /ECHO_content/ECHO_Nav.py between versions 1.65 and 1.66

version 1.65, 2005/11/24 18:31:31 version 1.66, 2005/11/25 18:46:40
Line 934  def manage_addECHO_navigation(self,id,ti Line 934  def manage_addECHO_navigation(self,id,ti
 def createPath(self,url1,url2):  def createPath(self,url1,url2):
     #bugfix in absolute_url, ploetzlich erschein in absolute_url der physikalische pfad.      #bugfix in absolute_url, ploetzlich erschein in absolute_url der physikalische pfad.
           
       if self.REQUEST.has_key('VirtualRootPhysicalPath'):
     vp="/".join(self.REQUEST['VirtualRootPhysicalPath'])      vp="/".join(self.REQUEST['VirtualRootPhysicalPath'])
     if vp[0]=="/":      if vp[0]=="/":
         vp=vp[1:]          vp=vp[1:]

Removed from v.1.65  
changed lines
  Added in v.1.66


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