Changeset 2676 for cpc/trunk/project
- Timestamp:
- May 12, 2012, 8:49:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/lib/model/doctrine/Amendement.class.php
r2674 r2676 133 133 sort($ident); 134 134 foreach ($ident as $iden) if (preg_match('/'.$lettre.'/', $iden)) $iden.= $lettre; 135 $numeros = implode(', ', $ident); 135 if (count($ident) == $this->nb_multiples) { 136 $numeros = $ident[0].' à '.$ident[$this->nb_multiples -1]; 137 }else{ 138 $numeros = implode(', ', $ident); 139 } 136 140 $pluriel = "s"; 137 141 }
Note: See TracChangeset
for help on using the changeset viewer.