Subversion Repositories eFlore/Applications.del

Rev

Rev 1713 | Rev 1715 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1713 Rev 1714
Line 224... Line 224...
224
			$msgRecap = '';
224
			$msgRecap = '';
225
			foreach ($this->recapitulatifAdmin as $utilisateurId => $message) {
225
			foreach ($this->recapitulatifAdmin as $utilisateurId => $message) {
226
				$url = sprintf($urlTpl, $utilisateurId);
226
				$url = sprintf($urlTpl, $utilisateurId);
227
				$json = $clientRest->consulter($url);
227
				$json = $clientRest->consulter($url);
228
				$infosUtilisateur = json_decode($json);
228
				$infosUtilisateur = json_decode($json);
229
				$intitule = $infosUtilisateur['intitule'].' ('.$infosUtilisateur['courriel'].')';
229
				$intitule = $infosUtilisateur->intitule.' ('.$infosUtilisateur->courriel.')';
230
				$separateur = str_repeat('-', 50);
230
				$separateur = str_repeat('-', 50);
Line 231... Line 231...
231
 
231
 
232
				$msgRecap += "Message envoyé à : $intitule\n$message\n$separateur\n";
232
				$msgRecap += "Message envoyé à : $intitule\n$message\n$separateur\n";
233
			}
233
			}