[svn:p5ee] r10840 - p5ee/trunk/App-Context/lib/App

[email protected] Tue, 26 Feb 2008 18:58:04 -0800 (PST)
Newsgroups perl.cvs.p5ee
Message-ID <[email protected]>
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);