[Jifty-commit] r5101 - jifty/trunk/lib/Jifty/Action

Jifty commits jifty-commit at lists.jifty.org
Wed Feb 13 09:38:17 EST 2008


Author: bokutin
Date: Wed Feb 13 09:38:15 2008
New Revision: 5101

Modified:
   jifty/trunk/lib/Jifty/Action/Record.pm

Log:
change only for readability.
thank jesse san.

Modified: jifty/trunk/lib/Jifty/Action/Record.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Action/Record.pm	(original)
+++ jifty/trunk/lib/Jifty/Action/Record.pm	Wed Feb 13 09:38:15 2008
@@ -505,7 +505,7 @@
 
 sub possible_fields {
     my $self = shift;
-    return map { $_->name } grep { $_->container or $_->type ne "serial" and not $_->private and not $_->virtual } $self->record->columns;
+    return map { $_->name } grep { $_->container or ($_->type ne "serial" and !$_->private and !$_->virtual) } $self->record->columns;
 }
 
 =head2 take_action


More information about the Jifty-commit mailing list