X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2FmarketPromo.php;h=66f758d0b577d7da5396b65514a17f979f73f11c;hb=468c1813bdfc759bed5beba57325ea2e6df6aa2a;hp=036449e5e73e2e588a6357b1cfb202cc9ef030cf;hpb=5be526be7ead90c3f250f2c916347ed73cf3c2c4;p=platal.git diff --git a/bin/marketPromo.php b/bin/marketPromo.php index 036449e..66f758d 100755 --- a/bin/marketPromo.php +++ b/bin/marketPromo.php @@ -2,12 +2,12 @@ fetchOneCell(); if (!$uid) { - echo "WARNING Can't find uid for matricule $matri (login $login)\n"; + echo "WARNING Can't find uid for matricule $xorgid (login $login)\n"; continue; } $market = Marketing::get($uid, "$login@poly.polytechnique.fr"); if (!is_null($market)) { - echo "WARNING A marketing has already been to $matri on $login\n"; + echo "WARNING A marketing has already been to $xorgid on $login\n"; continue; } $market = new Marketing($uid, "$login@poly.polytechnique.fr", 'default', null, 'staff');