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 162a4306c4db4be4ac78acc5b87d17f4ba22f226 (commit)
from b324bd0c676b70768f486e6249e5b4f11067f9ce (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=162a4306c4db4be4ac78acc5b87d17f4ba22f226
commit 162a4306c4db4be4ac78acc5b87d17f4ba22f226
Author: Marc-Etienne Vargenau <[email protected]>
Date: Mon Jul 4 15:47:38 2016 +0200
Avoid too long lines
diff --git a/src/www/include/html.php b/src/www/include/html.php
index 3a8f665..f069be0 100644
--- a/src/www/include/html.php
+++ b/src/www/include/html.php
@@ -311,10 +311,11 @@ function html_build_select_box_from_array($vals,
$select_name, $checked_val = 'x
* @param array $attrs_100
* @return string
*/
-function html_build_radio_buttons_from_arrays($vals, $texts, $select_name,
$checked_val = 'xzxz',
-
$show_100 = true, $text_100 = 'none', $show_any = false,
-
$text_any = 'any', $allowed = false, $attrs = array(),
-
$radios_attrs = array(), $attrs_100 = array()) {
+function html_build_radio_buttons_from_arrays(
+ $vals, $texts, $select_name, $checked_val = 'xzxz',
+ $show_100 = true, $text_100 = 'none', $show_any = false,
+ $text_any = 'any', $allowed = false, $attrs = array(),
+ $radios_attrs = array(), $attrs_100 = array()) {
$attrs['type'] = 'radio';
$attrs['name'] = $select_name;
-----------------------------------------------------------------------
Summary of changes:
src/www/include/html.php | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits