It works for me
Make sure you're commenting out these lines only:
[code:1]$htmltext .= "\n<tr><td class=\"titleCell\" >"._pb_Name.":<br /><input class=\"inputbox\" type=\"text\" name=\"".$this->_getPagingParamName("postername"«»)."\" value=\"".htmlspecialchars($item->postername)."\" /></td>";[/code:1]
[code:1]$htmltext .= "<td class=\"titleCell\" >"._pb_Email.":<br /><input class=\"inputbox\" type=\"text\" name=\"".$this->_getPagingParamName("posteremail"«»)."\" value=\"".htmlspecialchars($item->posteremail)."\" /></td></tr>";[/code:1]
[code:1]$htmltext .= "\n<tr><td class=\"titleCell\" >"._pb_Name.":<br /><input class=\"inputbox\" type=\"hidden\" name=\"".$this->_getPagingParamName("postername"«»)."\" value=\"".htmlspecialchars($item->postername? $item->postername : getNameFormat($curruser->name,$curruser->username,$ueConfig))."\" />".htmlspecialchars($item->postername? $item->postername : getNameFormat($curruser->name,$curruser->username,$ueConfig))."</td>";[/code:1]
[code:1]$htmltext .= "<td class=\"titleCell\" >"._pb_Email.":<br />";[/code:1]
[code:1]$htmltext .= "<input class=\"inputbox\" type=\"hidden\" name=\"".$this->_getPagingParamName("posteremail"«»)."\" value=\"".($item->posteremail?htmlspecialchars($item->posteremail):$curruser->email)."\" />".($item->posteremail?htmlspecialchars($item->posteremail):getFieldValue('text',$curruser->email,$curruser));[/code:1]