diff options
author | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | 2008-01-11 16:49:54 +0000 |
---|---|---|
committer | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | 2008-01-11 16:49:54 +0000 |
commit | a9b841a091d719f6921171c3ce81fed8de5c77e1 (patch) | |
tree | c2b18d8bbbc7d7d5212fc53590704de380188fb9 /tko/compose_query.cgi | |
parent | bb77981b02ba5a301cb8f615a1e40b8a3a360a95 (diff) |
Move where the headers get generated on the results page
Signed-off-by: Martin J. Bligh <mbligh@google.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@1149 592f7852-d20e-0410-864c-8624ca9c26a4
Diffstat (limited to 'tko/compose_query.cgi')
-rwxr-xr-x | tko/compose_query.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tko/compose_query.cgi b/tko/compose_query.cgi index 08fec3d7..e2862306 100755 --- a/tko/compose_query.cgi +++ b/tko/compose_query.cgi @@ -165,8 +165,6 @@ def smart_sort(list, field): def gen_matrix(): - display.print_main_header() - where = None if condition_field.strip() != '': where = query_lib.parse_scrub_and_gen_condition( @@ -220,6 +218,7 @@ def main(): print '<html><head><title>' print 'Filtered Autotest Results' print '</title></head><body>' + display.print_main_header() print html_header % (create_select_options(column_field), create_select_options(row_field), condition_field) |