Ignore:
Timestamp:
11/08/08 13:16:17 (4 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB in release branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/twikiplugins/EditTablePlugin/lib/TWiki/Plugins/EditTablePlugin/Core.pm

    r397 r463  
    940940        if ( $value =~ s/(.+),\s*(.+)/$1/o ) { 
    941941            $img = $2; 
    942             $img =~ s|%ATTACHURL%|%PUBURL%/%TWIKIWEB%/EditTablePlugin|o; 
    943             $img =~ s|%WEB%|%TWIKIWEB%|o; 
     942            $img =~ s|%ATTACHURL%|%PUBURL%/%SYSTEMWEB%/EditTablePlugin|o; 
     943            $img =~ s|%WEB%|%SYSTEMWEB%|o; 
    944944        } 
    945945    } 
Note: See TracChangeset for help on using the changeset viewer.