]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-18733 adding note - we need to use user keys instead of cookies here
authorskodak <skodak>
Sat, 28 Mar 2009 21:45:54 +0000 (21:45 +0000)
committerskodak <skodak>
Sat, 28 Mar 2009 21:45:54 +0000 (21:45 +0000)
grade/report/visual/data.php
grade/report/visual/visual_settings.php

index ecf0a503494e59aa1b8b4454529cdb6e8d47d68b..8bd1676c49b09345a68bc808e40c9833d6a5ba61 100644 (file)
@@ -27,6 +27,8 @@
  * Outputs data for a visulasation in tab format.
  */
 
+// TODO: This needs to be replaced by web service user keys
+
 /// Get a session id from the URI request and make a cookie
 /// for it temparaly. This is needed as the flex application will
 /// not have the users oringal cookie and only the session information
index d3db8f2139041c0c7f78c997c5ccb04172093dc5..befd0680161e60404443123cd445776ef8fd7be3 100644 (file)
@@ -28,6 +28,9 @@
  * visualizations classes found in ./visualizations
  */
 
+// TODO: This needs to be replaced by web service user keys
+
+
 /// Get a session id from the URI request and make a cookie
 /// for it temparaly. This is needed as the flex application will
 /// not have the users oringal cookie and only the session information