Ignore:
Timestamp:
11/17/08 00:31:02 (4 years ago)
Author:
KennethLavrsen
Message:

Item205: Replacing TWiki as webname by SYSTEMWEB where it is still missing
This is first of many checkins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PluginBenchmarkAddOn/bin/pluginbenchmark

    r666 r754  
    125125sub compareTopic { 
    126126    my ( $theWebTopic, $thePlugin ) = @_; 
    127     $theWebTopic = "TWiki.$theWebTopic" unless ( $theWebTopic =~ /\./ ); 
     127    $theWebTopic = "System.$theWebTopic" unless ( $theWebTopic =~ /\./ ); 
    128128    my $str = sprintf( "%-30s", $theWebTopic ); 
    129129    print "$str  "; 
Note: See TracChangeset for help on using the changeset viewer.