Fixed some mistakes.

This commit is contained in:
JT Smith 2002-06-01 16:54:10 +00:00
parent 84d2dc0bb7
commit 4bcb51fcc8
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ WebGUI Core..........................JT Smith / Plain Black Software
Contributing Developers..............Peter Beardsley / Appropriate Solutions, Inc. Contributing Developers..............Peter Beardsley / Appropriate Solutions, Inc.
Richard Caelius Richard Caelius
Richard Clark
Doug Collinge Doug Collinge
Flavio Curti Flavio Curti
Frank Dillon Frank Dillon

View file

@ -16,7 +16,7 @@ use WebGUI::Session;
#------------------------------------------------------------------- #-------------------------------------------------------------------
sub traversePageTreeSynopsis { sub traversePageTreeSynopsis {
my ($sth, $output, $parent_id, $current_level, $max_level) = @_; my ($sth, $output, $parent_id, $current_level, $max_level);
($parent_id, $current_level, $max_level) = @_; ($parent_id, $current_level, $max_level) = @_;
if ($max_level && ($current_level >= $max_level)) { if ($max_level && ($current_level >= $max_level)) {
return; return;