From a1ab07e0a6dd81ab6a2e67586c3c19d9366d0e0e Mon Sep 17 00:00:00 2001 From: Jason Cleeland Date: Mon, 16 Aug 2004 14:08:43 +0000 Subject: [PATCH] Bugfix: #1008587 submitted by carsten schmitz - incorrect constant label used in modanswers function git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1120 b72ed6b6-b9f8-46b5-92b4-906544132732 --- admin/labels.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/labels.php b/admin/labels.php index a6d0b5f1206..5b92ff906e9 100644 --- a/admin/labels.php +++ b/admin/labels.php @@ -441,7 +441,7 @@ function modanswers($lid) } switch($_POST['method']) { - case _ADD: + case _AL_ADD: if (isset($_POST['code']) && $_POST['code']) { $query = "INSERT INTO {$dbprefix}labels (lid, code, title, sortorder) VALUES ($lid, '{$_POST['code']}', '{$_POST['title']}', '{$_POST['sortorder']}')";