im getting this error

can you help me?

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in includesglobals.php on line 247


this is how line 247 looks like:

if($config['ModRewriteEnable']){
return 'accessory-'.$pID'.html';
}else{
return 'proddetail.php?prod='.$pID;
}

thank you