[Jifty-commit] r2898 - in Jifty-DBI/trunk: lib/Jifty/DBI

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Mar 3 17:24:06 EST 2007


Author: alexmv
Date: Sat Mar  3 17:24:04 2007
New Revision: 2898

Modified:
   Jifty-DBI/trunk/   (props changed)
   Jifty-DBI/trunk/lib/Jifty/DBI/Handle.pm

Log:
 r17561 at zoq-fot-pik:  chmrr | 2007-03-03 17:23:30 -0500
  * Fix typo; extra "h" on transaction_depth


Modified: Jifty-DBI/trunk/lib/Jifty/DBI/Handle.pm
==============================================================================
--- Jifty-DBI/trunk/lib/Jifty/DBI/Handle.pm	(original)
+++ Jifty-DBI/trunk/lib/Jifty/DBI/Handle.pm	Sat Mar  3 17:24:04 2007
@@ -753,13 +753,13 @@
     $self->rollback(1);
 }
 
-=head2 transaction_depthh
+=head2 transaction_depth
 
 Return the current depth of the faked nested transaction stack.
 
 =cut
 
-sub transaction_depthh {
+sub transaction_depth {
     my $self = shift;
     return ($TRANSDEPTH);
 }


More information about the Jifty-commit mailing list