mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
fix missing variable
This commit is contained in:
@@ -42,7 +42,7 @@ $js_foot = array(
|
|||||||
"../js/new.js",
|
"../js/new.js",
|
||||||
"../js/custom.js"
|
"../js/custom.js"
|
||||||
);
|
);
|
||||||
global $db;
|
global $db; $cl=""; $name=""; $message="";
|
||||||
|
|
||||||
xhtml_head(T_("Create a new questionnaire"),true,$css,$js_head);
|
xhtml_head(T_("Create a new questionnaire"),true,$css,$js_head);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user