5 Oct
2002
5 Oct
'02
11:38 a.m.
Just to keep people informed (those who don't get CVS logs, at least): I've updated Koha to use C4::Context->dbh instead of &C4Connect throughout (RTFM C4::Context(3) for more details, or 'pod2text C4/Context.pm'). In a nutshell, $dbh = C4::Context->dbh returns a database handle, creating one if necessary. It is not necessary or even desirable to call $dbh->disconnect, since this handle is persistent, and gets closed when the script terminates. -- Andrew Arensburger This message *does* represent the arensb@ooblick.com views of ooblick.com This land is your land. This land is my land. So stay on your land.
8683
Age (days ago)
8683
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andrew Arensburger