My bad, I accidentally told you to remove a neccessary bracket. In this code which I told you to remove:
PHP Code:
eval("\$customfields .= \"".gettemplate
***************line 1297*******************
("getinfo_customfields")."\";");
***************line 1297*******************
}
You should have only removed this:
PHP Code:
eval("\$customfields .= \"".gettemplate
***************line 1297*******************
("getinfo_customfields")."\";");
***************line 1297*******************