From 7c08eeda7f4582abe1f72ce5b34a1601de314b67 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 9 Oct 2005 21:41:43 +0000 Subject: [PATCH] r521: Removing pcv_select_row.tpl --- newreport.php | 1 - search.php | 1 - showreport.php | 1 - templates/pcv_select_row.tpl | 1 - 4 files changed, 4 deletions(-) delete mode 100755 templates/pcv_select_row.tpl diff --git a/newreport.php b/newreport.php index 355ad7f..b344b1e 100755 --- a/newreport.php +++ b/newreport.php @@ -12,7 +12,6 @@ $fetchtemplates = array( 'newreport', - 'pcv_select_row' ); define('SVN', '$Id$'); diff --git a/search.php b/search.php index 372988e..027434c 100644 --- a/search.php +++ b/search.php @@ -12,7 +12,6 @@ $fetchtemplates = array( 'search', - 'pcv_select_row', 'search_results', 'trackerhome_bits' ); diff --git a/showreport.php b/showreport.php index 8e1192b..5629b8f 100644 --- a/showreport.php +++ b/showreport.php @@ -15,7 +15,6 @@ $fetchtemplates = array( 'showreport_attachment', 'showreport_comment', 'quicksearch', - 'pcv_select_row', 'bugfield_static_text' ); diff --git a/templates/pcv_select_row.tpl b/templates/pcv_select_row.tpl deleted file mode 100755 index 2748a77..0000000 --- a/templates/pcv_select_row.tpl +++ /dev/null @@ -1 +0,0 @@ -$row[prefix]$row[title] \ No newline at end of file -- 2.22.5