PDA

View Full Version : On CMD_API_ACCOUNT*


l0rdphi1
09-15-2003, 01:55 AM
On success CMD_API_ACCOUNT* is not returning anything for text and details.

Is this the way it is supposed to be? :)

Phi1.

DirectAdmin Support
09-15-2003, 01:42 PM
Hello,

I'm looking at the code... It does add it, but I think it is still adding the <table> for the comments box... I'll get rid of that for the next release. Can you confirm that this is what's happening? If not, paste what it *is* returning.

John

l0rdphi1
09-15-2003, 02:18 PM
$result = $fsock->array_last_parsed();

print_r($result);
Output:Array
(
[] => &</table>
)

So yes, get rid of the table, please :)