Changeset 308

Show
Ignore:
Timestamp:
12/20/03 18:17:27 (5 years ago)
Author:
earle
Message:

Noted deletion in Changes. Upgraded wiki.cgi $VERSION to 0.30_02.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r301 r308  
    110.30     
     2        Added method for adminds to delete nodes. 
    23        Major overhaul of templates. Added numerous style hooks and replaced 
    34          Oxford Guide stylesheet in examples/ with generic wiki.css that 
  • trunk/wiki.cgi

    r306 r308  
    55 
    66use vars qw( $VERSION ); 
    7 $VERSION = '0.30_01'; 
     7$VERSION = '0.30_02'; 
    88 
    99use CGI qw/:standard/;