Changeset 425
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r422 r425 1 0.33 1 0.33 20 June 2004 2 2 Improve node history page to allow diffing between each version and 3 3 the previous one or the current one. -
trunk/lib/OpenGuides.pm
r416 r425 13 13 use vars qw( $VERSION ); 14 14 15 $VERSION = '0.33 _07';15 $VERSION = '0.33'; 16 16 17 17 =head1 NAME -
trunk/wiki.cgi
r424 r425 5 5 6 6 use vars qw( $VERSION ); 7 $VERSION = '0.33 _07';7 $VERSION = '0.33'; 8 8 9 9 use CGI qw/:standard/;
