parse error in vicidial.php
Posted: Wed Apr 20, 2011 6:17 pm
I got this error message:
[Thu Apr 21 01:03:32 2011] [error] [client 10.10.10.100] PHP Parse error: syntax error, unexpected '}' in /srv/www/htdocs/agc/vicidial.php on line 382, referer: http://10.10.10.103/vicidial/welcome.php
This is line 382
English
[Thu Apr 21 01:03:32 2011] [error] [client 10.10.10.100] PHP Parse error: syntax error, unexpected '}' in /srv/www/htdocs/agc/vicidial.php on line 382, referer: http://10.10.10.103/vicidial/welcome.php
This is line 382
- Code: Select all
document.getElementById("LogiNCamPaigns").innerHTML = Nactiveext; document.getElementById("LogiNReseT").innerHTML = "<input type=\"button\" value=\"Genopfrisk projekt List\" onclick=\"login_allowable_campaigns()\" />"; document.getElementById("VD_campaign").focus(); } } delete xmlhttp;
English
- Code: Select all
document.getElementById("LogiNCamPaigns").innerHTML = Nactiveext;
document.getElementById("LogiNReseT").innerHTML = "<input type=\"button\" value=\"Refresh Campaign List\" onclick=\"login_allowable_campaigns()\" />";
document.getElementById("VD_campaign").focus();
}
}
delete xmlhttp;
}
}