Changeset 1442
- Timestamp:
- Sep 26, 2010, 10:05:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/lib/model/doctrine/TitreLoi.class.php
r1374 r1442 46 46 ->andWhere('t.name = ?', "loi:numero=".preg_replace('/^(\d+)-.*/', '\\1', $this->texteloi_id)) 47 47 ->fetchOne(); 48 return Doctrine::getTable('Section')->find($section);48 return $section; 49 49 } 50 50
Note: See TracChangeset
for help on using the changeset viewer.