/[openfoncier]/trunk/obj/digitalizedDocument.class.php
ViewVC logotype

Diff of /trunk/obj/digitalizedDocument.class.php

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

revision 10573 by softime, Thu Oct 14 12:43:35 2021 UTC revision 11228 by softime, Tue Jan 18 17:22:30 2022 UTC
# Line 511  class DigitalizedDocument { Line 511  class DigitalizedDocument {
511          $dossier = str_replace('.', '', $foldername);          $dossier = str_replace('.', '', $foldername);
512    
513          //Vérifie si le numéro de dossier d'instruction est sur quatres chiffres          //Vérifie si le numéro de dossier d'instruction est sur quatres chiffres
514          if(preg_match('/[A-Za-z]{2,3}'.$this->f->getParameter("departement").          if(preg_match('/[A-Za-z]{2,3}'.strtoupper($this->f->getParameter("departement")).
515              $this->f->getParameter("commune").'[0-9]{2}[0-9]{4}[A-Za-z]{1,5}[0-9]{1,2}/',              $this->f->getParameter("commune").'[0-9]{2}[0-9]{4}[A-Za-z]{1,5}[0-9]{1,2}/',
516              $dossier)){              $dossier)){
517                            
518              //On modifie le nom du dossier d'instruction pour qu'il ait la numérotation              //On modifie le nom du dossier d'instruction pour qu'il ait la numérotation
519              //standard              //standard
520              $tempDossier = preg_split('/([A-Za-z]{2,3}'.$this->f->getParameter("departement").              $tempDossier = preg_split('/([A-Za-z]{2,3}'.strtoupper($this->f->getParameter("departement")).
521                  $this->f->getParameter("commune").'[0-9]{2})/i', $dossier, 0, PREG_SPLIT_NO_EMPTY |                  $this->f->getParameter("commune").'[0-9]{2})/i', $dossier, 0, PREG_SPLIT_NO_EMPTY |
522                  PREG_SPLIT_DELIM_CAPTURE);                  PREG_SPLIT_DELIM_CAPTURE);
523                            

Legend:
Removed from v.10573  
changed lines
  Added in v.11228

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26