mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Fix typo in import.php
Fixed bug: Sample not importing due to new sample_var table structure
This commit is contained in:
@@ -61,7 +61,7 @@ if (isset($_POST['import_form']))
|
||||
}
|
||||
else
|
||||
{
|
||||
print -"<div class='alert alert-danger col-md-offset-2'><p>" . T_("Error importing file. Please try again") . "</p></div>";
|
||||
print "<div class='alert alert-danger col-md-offset-2'><p>" . T_("Error importing file. Please try again") . "</p></div>";
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user