Remove useless header
authorJamie Cameron <jcameron@webmin.com>
Sat, 6 Sep 2008 00:48:38 +0000 (00:48 +0000)
committerJamie Cameron <jcameron@webmin.com>
Sat, 6 Sep 2008 00:48:38 +0000 (00:48 +0000)
zones/index.cgi

index cd8e614..a44889b 100755 (executable)
@@ -40,7 +40,6 @@ else {
                }
        $table->set_emptymsg($text{'index_none'});
        $table->add_link("create_form.cgi", $text{'index_add'});
-       $table->set_heading($text{'index_zones'});
        $p->add_footer("/", $text{'index'});
        }
 $p->print();