fix
This commit is contained in:
parent
98cfe21ffe
commit
e18d17d2f1
1 changed files with 13 additions and 0 deletions
|
|
@ -60,6 +60,19 @@ sub array {
|
|||
}
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 db ( )
|
||||
|
||||
A reference to the current WebGUI::SQL object.
|
||||
|
||||
=cut
|
||||
|
||||
sub db {
|
||||
my $self = shift;
|
||||
return $self->{_db};
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 errorCode {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue