migrated SQL report wobject to asset

This commit is contained in:
JT Smith 2005-01-03 16:16:53 +00:00
parent bb3f0cead7
commit e20115b27d
4 changed files with 154 additions and 84 deletions

View file

@ -161,6 +161,22 @@ sub contentType {
#-------------------------------------------------------------------
=head2 databaseLink ( name )
Returns the ID of a database link.
=head3 name
The name of the form variable to retrieve.
=cut
sub databaseLink {
return selectList($_[0]);
}
#-------------------------------------------------------------------
=head2 date ( name )
Returns an epoch datestamp.