[Rt-commit] r14154 - in rt/branches/3.999-DANGEROUS: share/html/Elements

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Jul 16 08:54:36 EDT 2008


Author: sunnavy
Date: Wed Jul 16 08:54:17 2008
New Revision: 14154

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/share/html/Elements/EditCustomFieldSelect

Log:
 r14542 at sunnavys-mb:  sunnavy | 2008-07-16 17:57:18 +0800
 


Modified: rt/branches/3.999-DANGEROUS/share/html/Elements/EditCustomFieldSelect
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Elements/EditCustomFieldSelect	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Elements/EditCustomFieldSelect	Wed Jul 16 08:54:17 2008
@@ -82,12 +82,12 @@
 </%ARGS>
 
 <%METHOD options>
-% @default = grep defined && length, @Default;
-% # $Values->has_entry is too slow here
-% if ( !@default && $Values ) {
-%     @default = map $_->content, @{$Values->items_array_ref};
+% @default = grep defined && length, @default;
+% # $values->has_entry is too slow here
+% if ( !@default && $values ) {
+%     @default = map $_->content, @{$values->items_array_ref};
 % }
-% $_ = lc $_ foreach @Default;
+% $_ = lc $_ foreach @default;
 % my $selected;
 % my $CFVs = $CustomField->values;
 % my @levels;


More information about the Rt-commit mailing list