Parent Directory | Revision Log | Patch
revision 312 by atreal, Wed Mar 28 17:19:49 2012 UTC | revision 431 by nhaye, Mon Sep 24 16:29:46 2012 UTC | |
---|---|---|
# | Line 4 | Line 4 |
4 | include('../gen/sql/pgsql/blocnote.inc.php'); | include('../gen/sql/pgsql/blocnote.inc.php'); |
5 | $champRecherche=array("categorie"); | $champRecherche=array("categorie"); |
6 | if(isset($idx)) | if(isset($idx)) |
7 | $selection=" where dossier ='".$idx."'"; | $selection=" where blocnote.dossier ='".$idx."'"; |
8 | else | else |
9 | $selection=""; | $selection=""; |
10 | $tri= " order by blocnote"; | $tri= " order by blocnote"; |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |