Author: solomax
Date: Wed Feb 27 03:34:18 2013
New Revision: 1450590

URL: http://svn.apache.org/r1450590
Log:
SIP: all references to meetme are removed

Modified:
    
openmeetings/trunk/singlewebapp/WebContent/src/modules/admin/roomadmin/roomValueForm.lzx

Modified: 
openmeetings/trunk/singlewebapp/WebContent/src/modules/admin/roomadmin/roomValueForm.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/src/modules/admin/roomadmin/roomValueForm.lzx?rev=1450590&r1=1450589&r2=1450590&view=diff
==============================================================================
--- 
openmeetings/trunk/singlewebapp/WebContent/src/modules/admin/roomadmin/roomValueForm.lzx
 (original)
+++ 
openmeetings/trunk/singlewebapp/WebContent/src/modules/admin/roomadmin/roomValueForm.lzx
 Wed Feb 27 03:34:18 2013
@@ -155,14 +155,14 @@
                        
this.numberOfParticipants.selectItem(String(obj.numberOfPartizipants));
                        
this.roomtype.selectItem(String(obj.roomtype.roomtypes_id));
                        
-                       if (obj.meetme != null && obj.meetme.confno != null) {
-                       this.sipNumber.setAttribute("text", obj.meetme.confno);
+                       if (obj != null && obj.confno != null) {
+                       this.sipNumber.setAttribute("text", obj.confno);
                        } else {
                                this.sipNumber.setAttribute("text","");
                        }
                        
-                       if (obj.meetme != null && obj.meetme.pin != null) {
-                this.conferencePin.setAttribute("text", obj.meetme.pin);
+                       if (obj != null && obj.pin != null) {
+                this.conferencePin.setAttribute("text", obj.pin);
                        } else {
                                this.conferencePin.setAttribute("text", "");
                        }


Reply via email to