gratuitous use of scalar
authorIvan Kohler <ivan@freeside.biz>
Fri, 5 Feb 2016 17:05:03 +0000 (09:05 -0800)
committerIvan Kohler <ivan@freeside.biz>
Fri, 5 Feb 2016 17:05:03 +0000 (09:05 -0800)
httemplate/misc/email-customers.html

index 09ff93c..cd4c92f 100644 (file)
@@ -80,14 +80,14 @@ should be used to set msgnum or from/subject/html_body cgi params
       <% include('/elements/tr-fixed.html',
                    'field'      => 'from',
                    'label'      => 'From:',
-                   'value' => scalar( $from ),
+                   'value'      => $from,
                 )
       %>
 
       <% include('/elements/tr-fixed.html',
                    'field'      => 'subject',
                    'label'      => 'Subject:',
-                   'value' => scalar( $subject ),
+                   'value'      => $subject,
                 )
       %>