Ignore:
Timestamp:
12/04/08 11:35:24 (3 years ago)
Author:
CrawfordCurrie
Message:

Item295: TWIKI_ACTION to FOSWIKI_ACTION

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/bin/twiki_cgi

    r1050 r1162  
    3232        exit(1); 
    3333    } 
    34     delete $ENV{TWIKI_ACTION} if exists $ENV{TWIKI_ACTION}; 
     34    delete $ENV{FOSWIKI_ACTION} if exists $ENV{FOSWIKI_ACTION}; 
    3535    @INC = ('.', grep { $_ ne '.' } @INC); 
    3636    require 'setlib.cfg'; 
Note: See TracChangeset for help on using the changeset viewer.