Changeset 3075 for cpc/trunk/project/lib/model/doctrine/Seance.class.php
- Timestamp:
- Jan 23, 2013, 2:30:08 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/lib/model/doctrine/Seance.class.php
r2707 r3075 162 162 $titre = preg_replace('/0(\d:\d{2})/', '\\1', $titre); 163 163 $titre = preg_replace('/ (\d+):(\d{2})/', ' \\1h\\2', $titre); 164 if ($this->type == "commission") 165 $titre = str_replace('Séance', 'Réunion', $titre); 164 166 if ($ref != '') 165 167 $titre .= '</a>';
Note: See TracChangeset
for help on using the changeset viewer.