Skip to content

Commit

Permalink
Fixes Label set duplications
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/stable_plus@3465 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Gustavo San Roman committed Oct 23, 2007
1 parent d320320 commit 49bfd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/importsurvey.php
Expand Up @@ -592,7 +592,7 @@

//CHECK FOR DUPLICATE LABELSETS
$thisset="";
$query2 = "SELECT code, title, sortorder
$query2 = "SELECT code, title, sortorder, language
FROM {$dbprefix}labels
WHERE lid=".$newlid."
ORDER BY sortorder, code";
Expand Down

0 comments on commit 49bfd98

Please sign in to comment.