Author: spadkins
Date: Tue Feb 26 18:58:03 2008
New Revision: 10840

Modified:
   p5ee/trunk/App-Context/lib/App/Service.pm

Log:
cleaned out a line in substitute() which was not having any effect

Modified: p5ee/trunk/App-Context/lib/App/Service.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Service.pm   (original)
+++ p5ee/trunk/App-Context/lib/App/Service.pm   Tue Feb 26 18:58:03 2008
@@ -388,7 +388,6 @@
         if (defined $values->{$var}) {
             $value = $values->{$var};
             $value = join(",", @$value) if (ref($value) eq "ARRAY");
-            $text =~ s/\{$var\}/$value/g;
         }
         else {
             $value = $context->so_get($var);

Reply via email to