/[openfoncier]/branches/3.14.2/app/num_dossier.php
ViewVC logotype

Diff of /branches/3.14.2/app/num_dossier.php

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

revision 243 by fraynaud, Wed Nov 23 21:23:11 2011 UTC revision 1515 by fmichon, Tue Mar 19 18:53:12 2013 UTC
# Line 1  Line 1 
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'])){

Legend:
Removed from v.243  
changed lines
  Added in v.1515

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26