X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fgoogleapps.inc.php;h=f5513803b99bb8fe55403297732fd14fd1b4b9b8;hb=cd7a9c53f9dfb4c2d33f9340feadcc3dbcfc1876;hp=bb7882336f163e578b57bfad5db74560776e66da;hpb=fb813fb52d5ab65ca9a5b92b5cb9089523380d79;p=platal.git diff --git a/include/googleapps.inc.php b/include/googleapps.inc.php index bb78823..f551380 100644 --- a/include/googleapps.inc.php +++ b/include/googleapps.inc.php @@ -23,7 +23,7 @@ function post_queue_u_create($job) { global $globals; - // Retrieves the user parameters (GoogleApps username and user_id). + // Retrieves the user parameters (GoogleApps username and uid). $parameters = json_decode($job['j_parameters'], true); $username = isset($parameters['username']) ? $parameters['username'] : null; if (!($user = User::getSilent($username))) {