[freeside-commits] branch FREESIDE_3_BRANCH updated. bec799dce8edac137ad9b124629132afa94ef07c

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


The branch, FREESIDE_3_BRANCH has been updated
       via  bec799dce8edac137ad9b124629132afa94ef07c (commit)
      from  8288af84c4f2f13e8a32289319de0d314b66d28f (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 bec799dce8edac137ad9b124629132afa94ef07c
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Oct 24 16:07:15 2016 -0700

    fix perl barf, RT#73098

diff --git a/httemplate/search/log.html b/httemplate/search/log.html
index 592e77d..9aa3736 100644
--- a/httemplate/search/log.html
+++ b/httemplate/search/log.html
@@ -71,7 +71,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