Skip to content

Commit

Permalink
Bugfix: #1008587 submitted by carsten schmitz - incorrect constant la…
Browse files Browse the repository at this point in the history
…bel used in modanswers function

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1120 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Aug 16, 2004
1 parent 8ad6fc4 commit a1ab07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/labels.php
Expand Up @@ -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']}')";
Expand Down

0 comments on commit a1ab07e

Please sign in to comment.