From 9ad8b44cddde0abcdb4cd95486c52e5ba82a5ce2 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sat, 6 Sep 2008 00:48:38 +0000 Subject: [PATCH] Remove useless header --- zones/index.cgi | 1 - 1 file changed, 1 deletion(-) diff --git a/zones/index.cgi b/zones/index.cgi index cd8e614fb..a44889b36 100755 --- a/zones/index.cgi +++ b/zones/index.cgi @@ -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();