Author: solomax
Date: Mon May 20 08:05:39 2013
New Revision: 1484392
URL: http://svn.apache.org/r1484392
Log:
[OPENMEETINGS-640] "Start conference" is fixed
Modified:
openmeetings/trunk/singlewebapp/WebContent/src/base/hibernate/hibRtmpConnection.lzx
Modified:
openmeetings/trunk/singlewebapp/WebContent/src/base/hibernate/hibRtmpConnection.lzx
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/src/base/hibernate/hibRtmpConnection.lzx?rev=1484392&r1=1484391&r2=1484392&view=diff
==============================================================================
---
openmeetings/trunk/singlewebapp/WebContent/src/base/hibernate/hibRtmpConnection.lzx
(original)
+++
openmeetings/trunk/singlewebapp/WebContent/src/base/hibernate/hibRtmpConnection.lzx
Mon May 20 08:05:39 2013
@@ -801,6 +801,7 @@
new
lz.checkLoginData(canvas.main_content._content.inner);
return;
}
+ hib.userobject = value;
var found = false;
for (var
i=0;i<value.organisation_users.length;i++) {
if
(value.organisation_users[i].organisation.organisation_id ==
value.sessionData.organization_id) {
@@ -811,15 +812,6 @@
}
}
parent.getCurrentRoomClient.doCall();
- /*
- if (found) {
- hib.getLanguageByIdAndMax.start = 0;
- hib.getLanguageByIdAndMax.doCall();
- canvas.focusOnItem = null;
- } else {
- if ($debug) Debug.write("No
Organization Found to assign");
- new
lz.checkLoginData(canvas.main_content._content.inner);
- }*/
}
]]>
</handler>