From 173e44cc08105dd09f5172a459df9331d6696e5b Mon Sep 17 00:00:00 2001 From: Victor Boctor Date: Sun, 23 Jun 2002 00:16:21 +0000 Subject: [PATCH] Fixing a warning about $t_finished not defined. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1152 f5dc347c-c33d-0410-90a0-b07cc1902cb9 --- bug_actiongroup_page.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bug_actiongroup_page.php b/bug_actiongroup_page.php index a6b4322cb4..0e2963ee7e 100644 --- a/bug_actiongroup_page.php +++ b/bug_actiongroup_page.php @@ -30,6 +30,7 @@ exit; } + $t_finished = 0; switch ($f_action) {