From 51cecb27e5bd4edd24ee238e9145e4888f0ec4ce Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sat, 23 Aug 2014 14:30:45 +0200 Subject: better layout for user settings --- includes/sys_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/sys_template.php') diff --git a/includes/sys_template.php b/includes/sys_template.php index 2015a0d7..3366346b 100644 --- a/includes/sys_template.php +++ b/includes/sys_template.php @@ -149,7 +149,7 @@ function form_radio($name, $label, $selected, $value) { /** * Rendert einen Infotext in das Formular */ -function form_info($label, $text) { +function form_info($label, $text = "") { if ($label == "") return '' . $text . ''; if ($text == "") -- cgit v1.2.3-54-g00ecf