7
Thanks Culex,,
Gave it a try and still picked up a parse error ..
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in modules/classifieds/modify.php on line 79
I took a look on line 79 and did not show me an expected string as mentioned ..
Here is a copy of line 79
list($usid, $plid, $purl) = $xoopsDB->fetchRow($result);
if ($xoopsUser) { LINE 79
$currentid = $xoopsUser->getVar("uid", "E");
if ($usid == $currentid) {
if($ok==1) {