Remove useless header

This commit is contained in:
Jamie Cameron
2008-09-06 00:48:38 +00:00
parent d85c542390
commit 9ad8b44cdd

View File

@@ -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();