/[openfoncier]/trunk/app/sitadel.class.php
ViewVC logotype

Diff of /trunk/app/sitadel.class.php

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

revision 200 by fraynaud, Mon Oct 17 07:31:00 2011 UTC revision 298 by fraynaud, Mon Feb 6 18:02:04 2012 UTC
# Line 45  class sitadel { Line 45  class sitadel {
45          }else{          }else{
46             //denopm|*rspm*|*siret*|*catjur*|*civrep*|*prenomrep*|nomrep|                     //denopm|*rspm*|*siret*|*catjur*|*civrep*|*prenomrep*|nomrep|        
47             $etatcivil.="|||"; // codemo=1             $etatcivil.="|||"; // codemo=1
48             $etatcivil.=$this->maj(substr($this->row['demandeur_societe']),0,50)."|";             $etatcivil.=$this->maj(substr($this->row['demandeur_societe'],0,50))."|";
49             $etatcivil.=$this->maj(substr($this->row['categorie_libelle'],0,30))."|";             $etatcivil.=$this->maj(substr($this->row['categorie_libelle'],0,30))."|";
50             $etatcivil.=$this->p('rspm')."|".$this->p('siret')."|".$this->p('catjur')."|".             $etatcivil.=$this->p('rspm')."|".$this->p('siret')."|".$this->p('catjur')."|".
51                         $this->p('civrep')."|".$this->p('prenomrep'); // *** +1                         $this->p('civrep')."|".$this->p('prenomrep'); // *** +1

Legend:
Removed from v.200  
changed lines
  Added in v.298

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26