[freeside-commits] branch master updated. 36246368fb9b34b03c05572d212e2f48abbb63f2

Ivan ivan at 420.am
Mon Oct 24 16:07:11 PDT 2016


The branch, master has been updated
       via  36246368fb9b34b03c05572d212e2f48abbb63f2 (commit)
      from  bc60fbd27b5ca8d41b9dae134ccc7f493c2742db (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 36246368fb9b34b03c05572d212e2f48abbb63f2
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Oct 24 16:07:10 2016 -0700

    fix perl barf, RT#73098

diff --git a/httemplate/search/log.html b/httemplate/search/log.html
index 535b2ca..f6ac9d9 100644
--- a/httemplate/search/log.html
+++ b/httemplate/search/log.html
@@ -72,7 +72,7 @@ a:visited {text-decoration: none}
   <TD>To 
     <& /elements/input-date-field.html, {
       name   => 'ending',
-      value  => scalar($cgi->param('ending')) || '' ),
+      value  => scalar($cgi->param('ending')) || '',
       noinit => 1,
     } &>
   </TD>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/search/log.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list