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

Contents of /trunk/sql/pgsql/action.import.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Thu Feb 10 20:46:18 2011 UTC (13 years, 11 months ago) by fraynaud
Original Path: trunk/sql/pgsql/action.import.inc
File size: 804 byte(s)
version initiale


1 <?php
2 //$Id$
3 //gen openMairie le 10/02/2011 20:15
4 $import= "Insertion dans la table action voir rec/import_utilisateur.inc";
5 $table= DB_PREFIXE."action";
6 $id=''; // numerotation non automatique
7 $verrou=1;// =0 pas de mise a jour de la base / =1 mise a jour
8 $DEBUG=0; // =0 pas d affichage messages / =1 affichage detail enregistrement
9 $fic_erreur=1; // =0 pas de fichier d erreur / =1 fichier erreur
10 $fic_rejet=1; // =0 pas de fichier pour relance / =1 fichier relance traitement
11 $ligne1=1;// = 1 : 1ere ligne contient nom des champs / o sinon
12 $obligatoire['action']=1;// obligatoire = 1
13 // * champ = action
14 $zone['action']='0';
15 // $defaut['action']='***'; // *** par defaut si non renseigne
16 // * champ = libelle
17 $zone['libelle']='1';
18 // $defaut['libelle']='***'; // *** par defaut si non renseigne
19 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26