Index: lams_flash/src/central/flash/org/lamsfoundation/lams/learner/Presence.as
===================================================================
RCS file: /usr/local/cvsroot/lams_flash/src/central/flash/org/lamsfoundation/lams/learner/Presence.as,v
diff -u -r1.1 -r1.2
--- lams_flash/src/central/flash/org/lamsfoundation/lams/learner/Presence.as 16 Oct 2008 06:47:12 -0000 1.1
+++ lams_flash/src/central/flash/org/lamsfoundation/lams/learner/Presence.as 17 Oct 2008 01:39:11 -0000 1.2
@@ -142,7 +142,7 @@
var resource = "LAMSPRESENCE"+h+""+m+""+s;
Debugger.log("PRESENCE: with arguements - " + String(_root.presenceServerUrl) + " " + String(_root.userID) + " " + String(_root.userID) + " " + String(resource) + " " + String(_root.lessonID) + " " + _root.firstName + _root.lastName + " " + "false" + " " + "true",Debugger.MED,'attemptConnection','Presence');
- _root.proxy.call("doLogin", _root.presenceServerUrl, _root.userID, _root.userID, resource, _root.lessonID, _root.firstName + _root.lastName, false, true);
+ _root.proxy.call("doLogin", _root.presenceServerUrl, _root.userID, _root.userID, resource, _root.lessonID, _root.firstName + " " + _root.lastName, false, true);
}
public function isPresenceExpanded():Boolean{
Index: lams_learning/web/lams_learner.swf
===================================================================
RCS file: /usr/local/cvsroot/lams_learning/web/Attic/lams_learner.swf,v
diff -u -r1.101 -r1.102
Binary files differ
Index: lams_learning/web/mainnoflash.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_learning/web/Attic/mainnoflash.jsp,v
diff -u -r1.3 -r1.4
--- lams_learning/web/mainnoflash.jsp 16 Oct 2008 06:23:15 -0000 1.3
+++ lams_learning/web/mainnoflash.jsp 17 Oct 2008 01:39:11 -0000 1.4
@@ -48,7 +48,7 @@
window.onload=function(){
// if presence is enabled, attempt to login once the window is loaded
- doLogin("${param.presenceUrl}", "", "", "", "${param.lessonID}", "" + "", false, false);
+ doLogin("${param.presenceUrl}", "", "", "", "${param.lessonID}", "" + " " + "", false, false);
}