migrated SQL report wobject to asset
This commit is contained in:
parent
bb3f0cead7
commit
e20115b27d
4 changed files with 154 additions and 84 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue