Changeset 1456
- Timestamp:
- Sep 27, 2010, 3:16:40 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/lib/task/indexSolrTask.class.php
r1444 r1456 44 44 } 45 45 46 foreach(array(" Citoyen", "Organisme", "Section", "Parlementaire", "Commentaire", "QuestionEcrite", "Amendement", "Intervention") as $table) {46 foreach(array("Parlementaire", "Organisme", "Section", "Intervention", "Amendement", "QuestionEcrite", "Citoyen", "Commentaire", "Texteloi") as $table) { 47 47 while (1) { 48 48 $q = Doctrine::getTable($table)
Note: See TracChangeset
for help on using the changeset viewer.