Ignore:
Timestamp:
11/23/08 12:43:24 (4 years ago)
Author:
KennethLavrsen
Message:

Item221: Changing TWiki:Plugins to Foswiki:Extensions in .pm and DEP files

File:
1 edited

Legend:

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

    r781 r882  
    105105#TODO: use that to test if a plugin is installed. Could be useful if we want to make use of JQueryPlugin 
    106106# 
    107 #eval "require TWiki:Plugins:OtherPlugin"; if $@ { print STDERR "Not installed" } 
     107#eval "require Foswiki:Extensions:OtherPlugin"; if $@ { print STDERR "Not installed" } 
    108108#if ($TWiki::cfg{Plugins}{OtherPlugin}{Enabled}) { print STDERR "it's enabled" } 
    109109# 
Note: See TracChangeset for help on using the changeset viewer.