Changeset 357
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r355 r357 1 0.32 1 0.32 7 June 2004 2 2 Change auto-creating behaviour of index nodes (categories and 3 3 locales): instead of being created on access they are created when -
trunk/lib/OpenGuides.pm
r335 r357 4 4 use vars qw( $VERSION ); 5 5 6 $VERSION = '0.3 1';6 $VERSION = '0.32'; 7 7 8 8 =head1 NAME -
trunk/wiki.cgi
r352 r357 5 5 6 6 use vars qw( $VERSION ); 7 $VERSION = '0.3 1';7 $VERSION = '0.32'; 8 8 9 9 use CGI qw/:standard/;
