Well it looks like everything is fine until you get to here
Code:
admincp/user.php
=>Find:
if ($vboptions['cp_usereditcolumns'] == 2)
{
?>
</table>
</td><td> </td><td>
<table cellpadding="4" cellspacing="0" border="0" align="center" width="100%" class="tborder">
<?php
}
else
{
print_table_break('', $INNERTABLEWIDTH);
}
This does not appear in admincp/user.php