fixed a bug in uss, template selection, and added a new template variable for wobject proxies.

This commit is contained in:
JT Smith 2004-08-27 18:16:07 +00:00
parent 82daf4f984
commit 3679c31973
6 changed files with 36 additions and 3 deletions

View file

@ -585,7 +585,7 @@ The name of the form variable to retrieve.
=cut
sub template {
if ($session{form}{$_[0]} =~ /^\d+$/) {
if (exists $session{form}{$_[0]}) {
return $session{form}{$_[0]};
}
return 1;