Author: solomax
Date: Tue May 29 08:03:28 2012
New Revision: 1343592
URL: http://svn.apache.org/viewvc?rev=1343592&view=rev
Log:
Calendar was not working if user logins by secureHash
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/profilesPanel.lzx
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/profilesPanel.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/profilesPanel.lzx?rev=1343592&r1=1343591&r2=1343592&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/profilesPanel.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/profilesPanel.lzx
Tue May 29 08:03:28 2012
@@ -68,6 +68,7 @@
}
if (value.omTimeZone != null) {
parent._langAndCountry._timeZone.setAttribute("text","<u>" +
value.omTimeZone.jname + "</u>");
+ canvas.timeZoneId =
value.omTimeZone.omtimezoneId;
}
if (value.pictureuri==null ||
value.pictureuri.length==0){