Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set base lang as default for imported tokens.
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2552 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
David Olivier committed Mar 11, 2007
1 parent 114e2af commit 629f95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tokens.php
Expand Up @@ -1352,7 +1352,7 @@
} else
{
if (!isset($line[3])) $line[3] = "";
if (!isset($line[4])) $line[4] = "";
if (!isset($line[4]) || $line[4] == "") $line[4] = GetBaseLanguageFromSurveyID($surveyid);
if (!isset($line[5])) $line[5] = "";
if (!isset($line[6])) $line[6] = "";
$iq = "INSERT INTO ".db_table_name("tokens_$surveyid")." \n"
Expand Down

0 comments on commit 629f95e

Please sign in to comment.