X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Fcron%2Fnotifs.send.php;h=891700f64b78a19b1165c7498c480a6e8fb361bb;hb=b435c0894bc6fe67fa4d1c7da1485300fd088c32;hp=efa5d08393926491d3cf4c907f6779f6c65aa280;hpb=1d07a02010ef577a3a1c4aa9f912ba5b4012a86a;p=platal.git diff --git a/bin/cron/notifs.send.php b/bin/cron/notifs.send.php index efa5d08..891700f 100755 --- a/bin/cron/notifs.send.php +++ b/bin/cron/notifs.send.php @@ -54,8 +54,8 @@ EOF; require_once('../../plugins/modifier.date_format.php'); $date = smarty_modifier_date_format($x['date'], '%d %b %Y'); $text .= " - (X{$x['promo']}) {$x['prenom']} {$x['nom']} le $date\n"; - $text .= " {$globals->baseurl}/fiche.php?user={$x['bestalias']}\n\n"; - $html .= "
  • (X{$x['promo']}) {$x['prenom']} {$x['nom']} le $date
  • \n"; + $text .= " {$globals->baseurl}/fiche.php?user={$x['bestalias']}&force_login=1\n\n"; + $html .= "
  • (X{$x['promo']}) {$x['prenom']} {$x['nom']} le $date
  • \n"; } $text .= "\n"; $html .= "\n";