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/DirectedGraphWebMapPlugin/lib/TWiki/Plugins/DirectedGraphWebMapPlugin.pm

    r85 r464  
    327327        $baseTopicText =~ s/%(HOME|NOTIFY|WEBPREFS|WIKIPREFS|WIKIUSERS)?TOPIC%/TWiki::Func::expandCommonVariables($&, $baseTopic, $web)/ge; 
    328328        $baseTopicText =~ s/%MAINWEB%/TWiki::Func::getMainWebname()/ge; # faster than expandCommonVariables 
    329         $baseTopicText =~ s/%TWIKIWEB%/TWiki::Func::getTwikiWebname()/ge; 
     329        $baseTopicText =~ s/%SYSTEMWEB%/TWiki::Func::getTwikiWebname()/ge; 
    330330        # skip meta 
    331331        $baseTopicText =~ s/%META[^%]+%//g; 
Note: See TracChangeset for help on using the changeset viewer.