1 |
<?php |
<?php |
2 |
// $Id: num_dossier.php,v 1.7 2010-07-27 09:31:00 fraynaud Exp $ |
/** |
3 |
/* |
* |
4 |
version 3.0.0 |
* |
5 |
la compatibilite mysql est a remettre en place |
* @package openfoncier |
6 |
|
* @version SVN : $Id$ |
7 |
*/ |
*/ |
8 |
|
|
9 |
|
// |
10 |
require_once "../obj/utils.class.php"; |
require_once "../obj/utils.class.php"; |
11 |
$f = new utils(NULL, "registre", _("remise a 0"), "ico_dossier.png", "dossier"); |
$f = new utils(NULL, "num_dossier", _("remise a 0"), "ico_dossier.png", "dossier"); |
12 |
|
|
13 |
$description = _("Attention ce traitement remet a 0 les registres.")."<br>"; |
$description = _("Attention ce traitement remet a 0 les registres.")."<br>"; |
14 |
$description .= _("Traitement a realiser en debut d'annee."); |
$description .= _("Traitement a realiser en debut d'annee."); |
15 |
$f->displayDescription($description); |
$f->displayDescription($description); |
16 |
// Param�trage =============================================================== |
// Paramétrage =============================================================== |
17 |
$DEBUG=0; |
$DEBUG=0; |
18 |
// GET ======================================================================== |
// GET ======================================================================== |
19 |
if (isset ($_GET['validation'])){ |
if (isset ($_GET['validation'])){ |