Removed line causing hideFromNavigation to always display as 'No'

This commit is contained in:
Andy Grundman 2003-06-17 15:00:29 +00:00
parent 5edc1cfe3f
commit 77aa1821c6

View file

@ -261,7 +261,6 @@ sub www_editPage {
} else {
%page = %{$session{page}};
($childCount) = WebGUI::SQL->quickArray("select count(*) from page where parentId=$page{pageId}");
$page{hideFromNavigation} = 0;
}
$page{endDate} = (addToDate(time(),10)) if ($page{endDate} < 0);
$output = helpIcon(1);