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

    r58 r464  
    7272    } 
    7373 
    74     $categoryTemplate= &TWiki::Func::getPreferencesValue( "CATEGORY_TEMPLATE" ) || &TWiki::Func::getPreferencesValue( "CATEGORYPLUGIN_CATEGORY_TEMPLATE" ) || "%TWIKIWEB%.CategoryTemplate"; 
     74    $categoryTemplate= &TWiki::Func::getPreferencesValue( "CATEGORY_TEMPLATE" ) || &TWiki::Func::getPreferencesValue( "CATEGORYPLUGIN_CATEGORY_TEMPLATE" ) || "%SYSTEMWEB%.CategoryTemplate"; 
    7575 
    7676    # web where global categories topics are stored 
    77     $globalCategoriesWeb = &TWiki::Func::getPreferencesValue( "GLOBAL_CATEGORIES_WEB" ) || &TWiki::Func::getPreferencesValue( "CATEGORYPLUGIN_GLOBAL_CATEGORIES_WEB" ) || "%TWIKIWEB%"; 
     77    $globalCategoriesWeb = &TWiki::Func::getPreferencesValue( "GLOBAL_CATEGORIES_WEB" ) || &TWiki::Func::getPreferencesValue( "CATEGORYPLUGIN_GLOBAL_CATEGORIES_WEB" ) || "%SYSTEMWEB%"; 
    7878 
    7979    # CATEGORY_SEARCH 
Note: See TracChangeset for help on using the changeset viewer.