Fixed some mistakes.
This commit is contained in:
parent
84d2dc0bb7
commit
4bcb51fcc8
2 changed files with 2 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ WebGUI Core..........................JT Smith / Plain Black Software
|
|||
|
||||
Contributing Developers..............Peter Beardsley / Appropriate Solutions, Inc.
|
||||
Richard Caelius
|
||||
Richard Clark
|
||||
Doug Collinge
|
||||
Flavio Curti
|
||||
Frank Dillon
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ use WebGUI::Session;
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
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) = @_;
|
||||
if ($max_level && ($current_level >= $max_level)) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue