Revision: 2516
Author: seba.wagner
Date: Mon Oct 26 06:07:05 2009
Log: Fix: "Null" values for SOAP loggedin Users when using the
*Pointer-Tool*
http://code.google.com/p/openmeetings/source/detail?r=2516
Modified:
/trunk/singlewebapp/WebContent/openmeetings/base/hibernate/hibRtmpConnection.lzx
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/base/hibernate/hibRtmpConnection.lzx
Mon Oct 26 05:40:41 2009
+++
/trunk/singlewebapp/WebContent/openmeetings/base/hibernate/hibRtmpConnection.lzx
Mon Oct 26 06:07:05 2009
@@ -269,6 +269,7 @@
if ($debug) Debug.write("getCurrentRoomClient:
",value);
if (value!=null){
+
canvas.setAttribute('currentuser',value.firstname+" "+value.lastname);
canvas.setAttribute('user_id',value.user_id);
canvas.setAttribute('firstName',value.firstname);
canvas.setAttribute('lastName',value.lastname);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en
-~----------~----~----~----~------~----~------~--~---