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

Fixed issue. Missing semicolon.

This commit is contained in:
ziminajus
2011-01-31 16:49:07 +00:00
parent c40eee52dc
commit 5eb15f0450
7 changed files with 7 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ include ("functions/functions.operator.php");
*/
include ("functions/functions.limesurvey.php");
$js = array("js/popup.js","include/jquery-ui/js/jquery-1.4.2.min.js","include/jquery-ui/js/jquery-ui-1.8.2.custom.min.js")
$js = array("js/popup.js","include/jquery-ui/js/jquery-1.4.2.min.js","include/jquery-ui/js/jquery-ui-1.8.2.custom.min.js");
if (AUTO_LOGOUT_MINUTES !== false)
{