From ca9fd4b5358f875195fd81632589cf5305f2ac69 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Sun, 16 Nov 2008 02:17:55 -0500 Subject: [PATCH] don't warn about me having to set the price again if they haven't approved it yet --- tasks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.php b/tasks.php index 03bca46..395d995 100644 --- a/tasks.php +++ b/tasks.php @@ -124,7 +124,7 @@ function tasks_display_main() { case TASK_NEEDS_GO_AHEAD: tem_show('price_row'); tem_show('approve_price_link'); - tem_show('warning_edit_link'); + tem_show('normal_edit_link'); break; case TASK_QUEUED: tem_show('price_row'); -- 1.7.10.4