Changeset 3062
- Timestamp:
- Jan 5, 2013, 2:02:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/lib/task/tagSeanceTask.class.php
r3061 r3062 60 60 } 61 61 $interventions = $q->fetchArray(); 62 $words = $this->wordi s($interventions, 0, $minsize);62 $words = $this->wordize($interventions, 0, $minsize); 63 63 $cpt = 0; 64 64 $tot = count($words);
Note: See TracChangeset
for help on using the changeset viewer.