Diff for /ECHO_content/ECHO_Nav.py between versions 1.75 and 1.76

version 1.75, 2006/05/15 16:04:52 version 1.76, 2006/06/12 15:21:20
Line 979  def createPath(self,url1,url2): Line 979  def createPath(self,url1,url2):
           
     if self.REQUEST.has_key('VirtualRootPhysicalPath'):      if self.REQUEST.has_key('VirtualRootPhysicalPath'):
         vp="/".join(self.REQUEST['VirtualRootPhysicalPath'])          vp="/".join(self.REQUEST['VirtualRootPhysicalPath'])
         if (len(vp)>0) and vp[0]=="/":          if (len(vp)>0):
               if vp[0]=="/":
             vp=vp[1:]              vp=vp[1:]
                   
         url2=url2.replace(vp+"/",'')          url2=url2.replace(vp+"/",'')

Removed from v.1.75  
changed lines
  Added in v.1.76


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