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:
@@ -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&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;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user