2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Automatically create tokens table when activating (as is required by queXS)

This commit is contained in:
azammitdcarf
2012-05-01 00:39:11 +00:00
parent 7af9984693
commit 04bbeb6c0b
3 changed files with 13 additions and 6 deletions

View File

@@ -494,7 +494,7 @@ if (!$tokenexists) //If no tokens table exists
$tokenoutput .= "\t</div><p>\n"
.$clang->gT("A token table has been created for this survey.")." (\"".$dbprefix."tokens_$surveyid\")<br /><br />\n"
."<input type='submit' value='"
.$clang->gT("Continue")."' onclick=\"window.open('$scriptname?action=tokens&amp;sid=$surveyid', '_self')\" />\n";
.$clang->gT("Continue")."' onclick=\"window.open('$scriptname?sid=$surveyid', '_self')\" />\n";
}
return;
}
@@ -3286,4 +3286,4 @@ function getLine($file)
return $buffer;
}
?>
?>