Changeset 1628
- Timestamp:
- Oct 4, 2010, 2:26:49 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/section/templates/listSuccess.php
r1590 r1628 30 30 if ($s->nb_commentaires > 0) 31 31 echo '</span>'; 32 if ($order != 'date' && $s->nb_interventions > 0)32 if ($order != 'date' && ($s->nb_interventions > 0 || $s->nb_commentaires > 0)) 33 33 echo ', '; 34 34 if ($order != 'date')
Note: See TracChangeset
for help on using the changeset viewer.