View Single Post
  #2 (permalink)  
Old 04-02-2004
mes's Avatar
mes mes is offline
ZeroC Staff
 
Name: Mark Spruiell
Organization: ZeroC, Inc.
Project: Ice Developer
 
Join Date: Feb 2003
Location: California
Posts: 971
Hi,

Thanks for the bug report, the sample code really helps us resolve issues more quickly!

This is indeed a bug, and it has been fixed for the next release. You can work around this bug by initializing the members of UserMessage to empty strings:
Code:
$um = new jf_nation_UserMessage;
$um->User = "";
$um->Pwd = "";
$um->Group = "";
$um->Session = "";
Take care,
- Mark
Reply With Quote