bug fixes and preparing for 5.5.0 release

This commit is contained in:
JT Smith 2003-10-20 20:48:52 +00:00
parent f38f12e832
commit 9fdbeab825
6 changed files with 2768 additions and 1417 deletions

View file

@ -473,7 +473,7 @@ Defaults to page id "1". Specify the page id to change this WebGUI session to us
sub refreshPageInfo {
my ($pageId);
if ($_[0] == 0) {
$pageId = 1;
$pageId = $session{page}{pageId};
} else {
$pageId = $_[0];
}