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

Diff of /trunk/sql/pgsql/blocnote.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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";

Legend:
Removed from v.312  
changed lines
  Added in v.431

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26