]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-21318 adding link to tracker issue for TODOs
authorPetr Skoda <skodak@moodle.org>
Tue, 12 Jan 2010 10:24:55 +0000 (10:24 +0000)
committerPetr Skoda <skodak@moodle.org>
Tue, 12 Jan 2010 10:24:55 +0000 (10:24 +0000)
repository/remotemoodle/repository.class.php

index 982a420895799cefb2f4a08116588da54702fac4..061b285003369bcb93fcb8128c89389e4ae5c4d9 100644 (file)
@@ -74,7 +74,7 @@ class repository_remotemoodle extends repository {
 
         ///check the the user is known
         ///he has to be previously connected to the server site in order to be in the database
-        //TODO: this seems weird - is it executed from cron or what? Please review
+        //TODO: MDL-21318 this seems weird - is it executed from cron or what? Please review
         $USER = $DB->get_record('user',array('username' => $username, 'mnethostid' => $MNET_REMOTE_CLIENT->id));
         if (empty($USER)) {
             exit(mnet_server_fault(9016, get_string('usernotfound', 'repository_remotemoodle',  $username)));
@@ -116,7 +116,7 @@ class repository_remotemoodle extends repository {
 
         ///check the the user is known
         ///he has to be previously connected to the server site in order to be in the database
-        //TODO: this seems weird - is it executed from cron or what? Please review
+        //TODO: MDL-21318 this seems weird - is it executed from cron or what? Please review
         $USER = $DB->get_record('user',array('username' => $username, 'mnethostid' => $MNET_REMOTE_CLIENT->id));
         if (empty($USER)) {
             exit(mnet_server_fault(9016, get_string('usernotfound', 'repository_remotemoodle',  $username)));