|
|
|
@ -141,7 +141,7 @@ function montants_str2array($str, $abo = '') {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
function campagne_afficher_objectif($nombre, $type_objectif) { |
|
|
|
|
return $nombre . ($type_objectif == 'don' ? ' EUR' : ''); |
|
|
|
|
return $nombre . ($type_objectif === 'don' ? ' EUR' : ''); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
function souscription_derniere_echeance($date_echeance, $date_fin) { |
|
|
|
|