Postgres fixes.

This commit is contained in:
JT Smith 2002-12-13 05:32:27 +00:00
parent 9d52dc7576
commit a8ad826c76
4 changed files with 4 additions and 2 deletions

View file

@ -208,6 +208,7 @@ sub www_deletePageConfirm {
sub www_editPage {
my ($f, $endDate, $output, $subtext, $childCount, %hash, %page);
tie %hash, "Tie::IxHash";
tie %page, "Tie::CPHash";
if (WebGUI::Privilege::canEditPage($session{form}{npp})) {
$f = WebGUI::HTMLForm->new;
if ($session{form}{npp} ne "") {