From 77aa1821c6b7ed213a0eb3fa8b93d51905722ff8 Mon Sep 17 00:00:00 2001 From: Andy Grundman Date: Tue, 17 Jun 2003 15:00:29 +0000 Subject: [PATCH] Removed line causing hideFromNavigation to always display as 'No' --- lib/WebGUI/Operation/Page.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Operation/Page.pm b/lib/WebGUI/Operation/Page.pm index 1fd172522..d6af7788b 100644 --- a/lib/WebGUI/Operation/Page.pm +++ b/lib/WebGUI/Operation/Page.pm @@ -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);