[freeside-commits] branch FREESIDE_4_BRANCH updated. f7a89831184a190064628668183c04250b43dd97

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


The branch, FREESIDE_4_BRANCH has been updated
       via  f7a89831184a190064628668183c04250b43dd97 (commit)
      from  4d837f280cca71782f268eb3ee2ed346e72a5a4f (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 f7a89831184a190064628668183c04250b43dd97
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Oct 24 16:07:12 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