Author: solomax
Date: Thu Jun 28 05:54:22 2012
New Revision: 1354821
URL: http://svn.apache.org/viewvc?rev=1354821&view=rev
Log:
OPENMEETINGS-336 is fixed
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/functions.lzx
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/functions.lzx
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/functions.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/functions.lzx?rev=1354821&r1=1354820&r2=1354821&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/functions.lzx
(original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/functions.lzx
Thu Jun 28 05:54:22 2012
@@ -88,7 +88,7 @@ function setLabelObjectByHundred(no,obj)
function getLabelTag(labelid){
var l = labels["id" + labelid];
- if (l) {
+ if (l != undefined) {
if ($debug) l += " [" + labelid + "]";
} else {
l = "Error Missing [" + labelid + "]";
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/functions.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/functions.lzx?rev=1354821&r1=1354820&r2=1354821&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/functions.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/functions.lzx
Thu Jun 28 05:54:22 2012
@@ -48,7 +48,7 @@ function setLabelObjectByHundred(no, obj
function getLabelTag(labelid){
var l = labels["id" + labelid];
- if (l) {
+ if (l != undefined) {
if ($debug) l += " [" + labelid + "]";
} else {
l = "Error Missing [" + labelid + "]";