Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22487
Modified Files:
SQLInstall.pm
Log Message:
get rid of undef warning
Index: SQLInstall.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/SQLInstall.pm,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** SQLInstall.pm 24 Jan 2005 17:12:41 -0000 1.25
--- SQLInstall.pm 25 Feb 2005 05:29:13 -0000 1.26
***************
*** 127,130 ****
--- 127,131 ----
sub _set_state {
my ( $self, $file, $status, $error, $statement ) = @_;
+ $file ||= '';
$self->{_status}{ $file } = $status;
$self->{_error}{ $file } = $error;
|