Update of /cvsroot/popfile/engine/POPFile
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14004/POPFile
Modified Files:
History.pm
Log Message:
Guess that was one little underline character too many.
Index: History.pm
===================================================================
RCS file: /cvsroot/popfile/engine/POPFile/History.pm,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** History.pm 7 Feb 2008 15:41:57 -0000 1.45
--- History.pm 9 Feb 2008 09:05:39 -0000 1.46
***************
*** 240,244 ****
my $r;
! my $in_transaction = ! ( $self->db__()->{AutoCommit} );
$self->log_( 2, "already in a transaction." ) if ($in_transaction);
--- 240,244 ----
my $r;
! my $in_transaction = ! ( $self->db_()->{AutoCommit} );
$self->log_( 2, "already in a transaction." ) if ($in_transaction);
|