This commit is contained in:
JT Smith 2006-01-14 22:38:40 +00:00
parent 98cfe21ffe
commit e18d17d2f1

View file

@ -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 {