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

fix missing variable

This commit is contained in:
Alex
2015-11-24 10:05:52 +02:00
parent cea894587a
commit f9c285ee7c

View File

@@ -42,7 +42,7 @@ $js_foot = array(
"../js/new.js",
"../js/custom.js"
);
global $db;
global $db; $cl=""; $name=""; $message="";
xhtml_head(T_("Create a new questionnaire"),true,$css,$js_head);