[Jifty-commit] r5019 - in Jifty-DBI/branches/tisql: lib/Jifty/DBI/Record

Jifty commits jifty-commit at lists.jifty.org
Tue Feb 5 21:16:18 EST 2008


Author: ruz
Date: Tue Feb  5 21:16:18 2008
New Revision: 5019

Modified:
   Jifty-DBI/branches/tisql/   (props changed)
   Jifty-DBI/branches/tisql/lib/Jifty/DBI/Record/Plugin.pm

Log:
 r4574 at cubic-pc (orig r4573):  sterling | 2007-11-29 23:44:51 +0300
  r14284 at dynpc145:  andrew | 2007-11-29 14:42:31 -0600
  Eliminated the ?: at the end of import() since RECORD_MIXINS is now [] by default.
 


Modified: Jifty-DBI/branches/tisql/lib/Jifty/DBI/Record/Plugin.pm
==============================================================================
--- Jifty-DBI/branches/tisql/lib/Jifty/DBI/Record/Plugin.pm	(original)
+++ Jifty-DBI/branches/tisql/lib/Jifty/DBI/Record/Plugin.pm	Tue Feb  5 21:16:18 2008
@@ -191,8 +191,7 @@
         }
     }
 
-    defined $caller->RECORD_MIXINS ? push(@{ $caller->RECORD_MIXINS }, $self)
-                                   : $caller->RECORD_MIXINS([ $self ]);
+    push(@{ $caller->RECORD_MIXINS }, $self)
 }
 
 =head1 SEE ALSO


More information about the Jifty-commit mailing list