Line 113... |
Line 113... |
113 |
$this->export_prive = $this->doitEtPeutExporterObsPrivees($criteres);
|
113 |
$this->export_prive = $this->doitEtPeutExporterObsPrivees($criteres);
|
114 |
if($this->export_prive) {
|
114 |
if($this->export_prive) {
|
115 |
unset($criteres['transmission']);
|
115 |
unset($criteres['transmission']);
|
116 |
$this->id_utilisateur = $criteres['id_utilisateur'];
|
116 |
$this->id_utilisateur = $criteres['id_utilisateur'];
|
117 |
}
|
117 |
}
|
118 |
if (isset($criteres['standard']) && $criteres['standard'] == 1) {
|
118 |
//if (isset($criteres['standard']) && $criteres['standard'] == 1) {
|
119 |
$chercheur_observations = new RechercheObservationExport($this->config);
|
119 |
$chercheur_observations = new RechercheObservationExport($this->config);
|
120 |
} else {
|
120 |
/*} else {
|
121 |
$chercheur_observations = new RechercheObservation($this->config);
|
121 |
$chercheur_observations = new RechercheObservation($this->config);
|
122 |
}
|
122 |
}*/
|
123 |
$numero_page = isset($criteres['debut']) ? $criteres['debut'] : 0;
|
123 |
$numero_page = isset($criteres['debut']) ? $criteres['debut'] : 0;
|
124 |
$limite = isset($criteres['limite']) ? $criteres['limite'] : 0;
|
124 |
$limite = isset($criteres['limite']) ? $criteres['limite'] : 0;
|
125 |
$colonnes = @FormateurGroupeColonne::colGroupsValidation($criteres['colonnes'], $criteres['programme']);
|
125 |
$colonnes = @FormateurGroupeColonne::colGroupsValidation($criteres['colonnes'], $criteres['programme']);
|
Line 126... |
Line 126... |
126 |
|
126 |
|