Removed unused global vars in function llxHeaderSurvey

This commit is contained in:
Marcos García de La Fuente 2014-01-03 13:59:30 +01:00
parent 0b55181776
commit 6965d88cb5

View File

@ -70,8 +70,6 @@ function opensurvey_prepare_head(Opensurveysondage $object) {
*/
function llxHeaderSurvey($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='')
{
global $user, $conf, $langs, $mysoc;
top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss); // Show html headers
print '<body id="mainbody" class="publicnewmemberform" style="margin-top: 10px;">';