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

fixed undefined constants

This commit is contained in:
Alex
2015-09-08 23:15:05 +03:00
parent ca8423bd7f
commit a6f2ecaa6a

View File

@@ -101,12 +101,12 @@ if (isset($_POST['import_file']))
$db->Execute($sql);
}
$cl = info;
$cl = "info";
$message = T_("Successfully inserted") . "&ensp;" . T_("with ID") . "&ensp; $qid, </h4><h4>" . T_("linked to survey") . "&ensp; $lime_sid ";
}
else{
$cl = danger;
$cl = "danger";
$message = T_("Error: Failed to insert questionnaire");
}