summaryrefslogtreecommitdiff
path: root/lib/TUWF/DB.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-01-19 20:56:56 +0100
committerYorhel <git@yorhel.nl>2011-01-19 20:56:56 +0100
commit28527f7bcb3731d6a9d8bea223223e3ca2b9ec37 (patch)
tree489c94b38f5ddbeabfff5d16e108e2168c6e8e1b /lib/TUWF/DB.pm
parent0b0249284480e4d575b059415e369091abcd0d73 (diff)
TUWF::DB: Properly export dbh()
I seem to make this mistake quite often...
Diffstat (limited to 'lib/TUWF/DB.pm')
-rw-r--r--lib/TUWF/DB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/TUWF/DB.pm b/lib/TUWF/DB.pm
index 02d67d6..16057ce 100644
--- a/lib/TUWF/DB.pm
+++ b/lib/TUWF/DB.pm
@@ -7,7 +7,7 @@ use Carp 'croak';
use Exporter 'import';
our @EXPORT = qw|
- dbInit dbCheck dbDisconnect dbCommit dbRollBack
+ dbInit dbh dbCheck dbDisconnect dbCommit dbRollBack
dbExec dbRow dbAll dbPage
|;
our @EXPORT_OK = ('sqlprint');