[Rt-commit] r5828 - rt/branches/CHALDEA-EXPERIMENTAL/html/Elements

ruz at bestpractical.com ruz at bestpractical.com
Wed Aug 30 16:12:00 EDT 2006


Author: ruz
Date: Wed Aug 30 16:12:00 2006
New Revision: 5828

Modified:
   rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/ShowCustomFields

Log:
* fix merge bugs

Modified: rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/ShowCustomFields
==============================================================================
--- rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/ShowCustomFields	(original)
+++ rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/ShowCustomFields	Wed Aug 30 16:12:00 2006
@@ -87,19 +87,19 @@
     # This section automatically populates a div with the "IncludeContentForValue" for this custom
     # field if it's been defined
     if ( $cf->IncludeContentForValue ) {
-       $vid = $value->id;
+       my $vid = $value->id;
        $m->out(   '<div class="object_cf_value_include" id="object_cf_value_'. $vid .'">' );
        $m->print( loc("See also:") );
        $m->out(   '<a href="'. $value->IncludeContentForValue .'">' );
        $m->print( $value->IncludeContentForValue );
        $m->out(   qq{</a></div>\n} );
        $m->out(   qq{<script><!--\nahah('} );
-       $m->print( $value->IncludeContentForValue ) );
-       $m->out(   qq{', 'object_cf_value_$vid'\n--></script>\n} );
+       $m->print( $value->IncludeContentForValue );
+       $m->out(   qq{', 'object_cf_value_$vid');\n--></script>\n} );
     }
 };
 
 </%INIT>
 <%ARGS>
 $Object => undef
-</%ARGS>
\ No newline at end of file
+</%ARGS>


More information about the Rt-commit mailing list