Ignore:
Timestamp:
11/08/08 14:34:13 (4 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TreeBrowserPlugin/lib/TWiki/Plugins/TreeBrowserPlugin.pm

    r369 r464  
    172172    $theParams =~ s/%WEB%/$installWeb/go; 
    173173    $theParams =~ s/%MAINWEB%/TWiki::Func::getMainWebname()/geo; 
     174    $theParams =~ s/%SYSTEMWEB%/TWiki::Func::getTwikiWebname()/geo;       
     175 
     176    # deprecated: 
    174177    $theParams =~ s/%TWIKIWEB%/TWiki::Func::getTwikiWebname()/geo;       
    175178 
Note: See TracChangeset for help on using the changeset viewer.