From 9ce54773be5e02235e3be7d2b970f61fbb27ba86 Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Mon, 18 Jul 2016 11:43:12 -0400 Subject: Allow section header to be omitted by specifying "NOTITLE" as the section title. --- src/etc/inc/shaper.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/etc') diff --git a/src/etc/inc/shaper.inc b/src/etc/inc/shaper.inc index d4caa8f..6cba885 100644 --- a/src/etc/inc/shaper.inc +++ b/src/etc/inc/shaper.inc @@ -2771,7 +2771,7 @@ class cbq_queue extends priq_queue { function build_form() { $sform = parent::build_form(); - $section = new Form_Section(''); + $section = new Form_Section('NOTITLE'); $group = new Form_Group('Bandwidth'); -- cgit v1.1