[Bps-public-commit] r12435 - in Prophet/trunk: .

jesse at bestpractical.com jesse at bestpractical.com
Sat May 17 05:30:01 EDT 2008


Author: jesse
Date: Sat May 17 05:30:01 2008
New Revision: 12435

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/lib/Prophet/Record.pm

Log:
 r31100 at dhcp113 (orig r12369):  sartak | 2008-05-16 18:04:00 +0900
  r55953 at onn:  sartak | 2008-05-16 05:03:30 -0400
  Pass in a hash to find_or_create_luid
 


Modified: Prophet/trunk/lib/Prophet/Record.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Record.pm	(original)
+++ Prophet/trunk/lib/Prophet/Record.pm	Sat May 17 05:30:01 2008
@@ -292,7 +292,7 @@
 
 sub find_or_create_luid {
     my $self = shift;
-    my $luid = $self->handle->find_or_create_luid($self->uuid);
+    my $luid = $self->handle->find_or_create_luid(uuid => $self->uuid);
     $self->luid($luid);
     return $luid;
 }



More information about the Bps-public-commit mailing list