X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fgoogleapps.inc.php;h=28d94599e735646d155c2ec42f59922598f31d1e;hb=61e0e8619a9e391d9536d1af3c8cd441491bbc99;hp=1e9ee3c161fcf0a59c8e9e23ff234fbeedebee71;hpb=bd4662f043717f160f384fa12713b127a21ec816;p=platal.git diff --git a/include/googleapps.inc.php b/include/googleapps.inc.php index 1e9ee3c..28d9459 100644 --- a/include/googleapps.inc.php +++ b/include/googleapps.inc.php @@ -247,7 +247,7 @@ class GoogleAppsAccount // Creates a queue job of the @p type, for the user represented by this // GoogleAppsAccount object, using @p parameters. @p parameters is supposed // to be a one-dimension array of key-value mappings. - // The created job as a 'normal' priority, and is scheduled for immediate + // The created job as a 'immediate' priority, and is scheduled for immediate // execution. private function create_queue_job($type, $parameters) { $parameters["username"] = $this->g_account_name; @@ -255,7 +255,7 @@ class GoogleAppsAccount "INSERT INTO gapps_queue SET q_owner_id = {?}, q_recipient_id = {?}, p_entry_date = NOW(), p_notbefore_date = NOW(), - p_priority = 'normal', + p_priority = 'immediate', j_type = {?}, j_parameters = {?}", S::v('uid'), $this->uid,