Changeset 618
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r617 r618 1 0.47 15 January 2005 1 2 Fixed bug with list_all_versions for nodes with only one version. 2 3 Extended config changes to examples/reindex.pl (thanks jimbo). -
trunk/MANIFEST
r602 r618 9 9 README 10 10 README.CSS 11 SIGNATURE 11 12 TROUBLESHOOTING 12 13 examples/london.css -
trunk/lib/OpenGuides.pm
r608 r618 14 14 use vars qw( $VERSION ); 15 15 16 $VERSION = '0.4 6';16 $VERSION = '0.47'; 17 17 18 18 =head1 NAME -
trunk/wiki.cgi
r593 r618 5 5 6 6 use vars qw( $VERSION ); 7 $VERSION = '0.4 6';7 $VERSION = '0.47'; 8 8 9 9 use CGI qw/:standard/;
