Added SiteMap wobject.

This commit is contained in:
JT Smith 2002-05-21 02:21:56 +00:00
parent 7dd704cf4e
commit 1d7dcd6e9e
8 changed files with 895 additions and 1733 deletions

View file

@ -553,7 +553,7 @@ sub integer {
$class = shift;
$name = shift;
$label = shift;
$value = shift;
$value = shift || 0;
$value = _fixQuotes($value);
$maxLength = shift || 11;
$extras = shift;