Changeset 2609 for cpc/trunk/project/lib/model/doctrine/Seance.class.php
- Timestamp:
- Jan 30, 2012, 10:21:24 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/lib/model/doctrine/Seance.class.php
r2601 r2609 132 132 $interventions = Doctrine::getTable('Intervention')->createQuery('i')->where('i.seance_id = ?', $this->id)->select('i.id')->fetchArray(); 133 133 if (!count($interventions)) { 134 echo("WARNING: Pas d'intervention dans cette séance\n"); 134 if ($this->type != "commission") 135 echo("WARNING: Pas d'intervention dans cette séance\n"); 135 136 return 0; 136 137 }
Note: See TracChangeset
for help on using the changeset viewer.