[Dbi-interbase-devel] bug in ping implementation
Status: Beta
Brought to you by:
edpratomo
From: Mark D. A. <md...@di...> - 2000-09-23 05:27:05
|
in InterBase.pm implementation of ping(), $sth->finish; should be: $sth->finish if $sth; otherwise you get a fatal perl error calling a method on undef. -mda |