/[openfoncier]/trunk/sql/pgsql/evenement.form.inc.php
ViewVC logotype

Diff of /trunk/sql/pgsql/evenement.form.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1133 by vpihour, Mon Dec 31 15:05:55 2012 UTC revision 1143 by vpihour, Fri Jan 4 09:31:47 2013 UTC
# Line 36  $selection = " GROUP BY evenement.evenem Line 36  $selection = " GROUP BY evenement.evenem
36    
37  $sql_dossier_instruction_type="SELECT  $sql_dossier_instruction_type="SELECT
38                      dossier_instruction_type.dossier_instruction_type,                      dossier_instruction_type.dossier_instruction_type,
39                      CONCAT( dossier_instruction_type.code ,' - ',dossier_instruction_type.libelle)                      CONCAT( dossier_instruction_type.code ,' - ',dossier_instruction_type.libelle
40                                , ' - ', dossier_autorisation_type_detaille.libelle)
41                  FROM                  FROM
42                      ".DB_PREFIXE."dossier_instruction_type                      ".DB_PREFIXE."dossier_instruction_type
43                    LEFT JOIN
44                        ".DB_PREFIXE."dossier_autorisation_type_detaille
45                        ON
46                            dossier_instruction_type.dossier_autorisation_type_detaille=
47                            dossier_autorisation_type_detaille.dossier_autorisation_type_detaille
48                  ORDER BY                  ORDER BY
49                      dossier_instruction_type.libelle";                      dossier_autorisation_type_detaille.libelle";
50  $sql_dossier_instruction_type_by_id = "SELECT  $sql_dossier_instruction_type_by_id = "SELECT
51                              dossier_instruction_type.dossier_instruction_type,                              dossier_instruction_type.dossier_instruction_type,
52                              CONCAT( dossier_instruction_type.code ,' - ',dossier_instruction_type.libelle)                              CONCAT( dossier_instruction_type.code ,' - ',dossier_instruction_type.libelle)
53                          FROM                          FROM
54                              ".DB_PREFIXE."dossier_instruction_type                              ".DB_PREFIXE."dossier_instruction_type
55                            LEFT JOIN
56                                ".DB_PREFIXE."dossier_autorisation_type_detaille
57                                ON
58                                    dossier_instruction_type.dossier_autorisation_type_detaille=
59                                    dossier_autorisation_type_detaille.dossier_autorisation_type_detaille
60                          WHERE                          WHERE
61                              dossier_instruction_type IN (<idx>)                              dossier_instruction_type IN (<idx>)
62                          ORDER BY                          ORDER BY
63                              dossier_instruction_type.libelle";                              dossier_autorisation_type_detaille.libelle";
64  ?>  ?>

Legend:
Removed from v.1133  
changed lines
  Added in v.1143

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26