WebGUI 2.1.1 release

This commit is contained in:
JT Smith 2001-10-15 04:00:00 +00:00
parent 1cf655659f
commit bd9cf300a1
24 changed files with 514 additions and 487 deletions

View file

@ -1,5 +1,5 @@
package WebGUI;
our $VERSION = "2.1.0";
our $VERSION = "2.1.1";
#-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software.
@ -59,7 +59,8 @@ sub _displayAdminBar {
$session{env}{SCRIPT_NAME}.'/page_not_found'=>WebGUI::International::get(8),
$session{env}{SCRIPT_NAME}.'/clipboard'=>WebGUI::International::get(9),
$session{env}{SCRIPT_NAME}.'/trash'=>WebGUI::International::get(10),
$session{page}{url}.'?op=purgeTrash'=>WebGUI::International::get(11)
$session{page}{url}.'?op=purgeTrash'=>WebGUI::International::get(11),
$session{page}{url}.'?op=/viewStatistics'=>WebGUI::International::get(144)
);
}
%hash = ( $session{page}{url}=>WebGUI::International::get(82),