Changeset 1523
- Timestamp:
- Oct 1, 2010, 3:17:21 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/documents/actions/actions.class.php
r1521 r1523 44 44 ->from('Texteloi t') 45 45 ->where('t.id_dossier_an = ?', $this->doc->id_dossier_an) 46 ->andWhere('t.id <> ?', $this->doc->id) 46 47 ->orderBy('t.numero, t.annexe') 47 48 ->fetchArray();
Note: See TracChangeset
for help on using the changeset viewer.