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

Fixed some notices

This commit is contained in:
Adam Zammit
2015-08-04 12:41:39 +10:00
parent db97f26190
commit 55d9b16fdc
2 changed files with 3 additions and 3 deletions

View File

@@ -224,6 +224,6 @@ if ($questionnaire_id || $questionnaire_id == -1)
print "<p class='well text-danger'>" . T_("No calls for this questionnaire") . "</p>";
}
xhtml_foot("../js/custom.js");
xhtml_foot(array("../js/custom.js"));
?>