This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  8b5ed4c8cde4c3f77f8d1bb036e7d5c18c92d3b2 (commit)
      from  162a4306c4db4be4ac78acc5b87d17f4ba22f226 (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=8b5ed4c8cde4c3f77f8d1bb036e7d5c18c92d3b2

commit 8b5ed4c8cde4c3f77f8d1bb036e7d5c18c92d3b2
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Mon Jul 4 16:02:50 2016 +0200

    Avoid too long lines

diff --git a/src/www/include/html.php b/src/www/include/html.php
index f069be0..0f17bc0 100644
--- a/src/www/include/html.php
+++ b/src/www/include/html.php
@@ -801,7 +801,11 @@ function html_build_multiple_select_box($result, $name, 
$checked_array, $size =
  * @return     string
  * @throws     Exception
  */
-function html_build_multiple_select_box_from_arrays($vals, $texts, $name, 
$checked_array, $size = 8, $show_100 = true, $text_100 = 'none', $allowed = 
false, $attrs = array(), $opts_attrs = array(), $attrs_100 = array()) {
+function html_build_multiple_select_box_from_arrays(
+               $vals, $texts, $name, $checked_array, $size = 8,
+               $show_100 = true, $text_100 = 'none',
+               $allowed = false, $attrs = array(),
+               $opts_attrs = array(), $attrs_100 = array()) {
        $return = html_ao('select', array_merge(array('name' => $name, 
'multiple' => 'multiple', 'size' => $size), $attrs));
        if ($show_100) {
                if ($text_100 == 'none') {

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

Summary of changes:
 src/www/include/html.php | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to