Added link when op or func is found in the URL.

This commit is contained in:
JT Smith 2002-05-28 00:58:36 +00:00
parent 3f67e1c293
commit 3121a62822
2 changed files with 12 additions and 2 deletions

View file

@ -27,7 +27,7 @@ sub _recurse {
} else {
$output = _recurse($data{parentId},$_[1]);
}
return $output;
return $output;
}
#-------------------------------------------------------------------