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

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

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

revision 293 by fraynaud, Thu Feb 2 14:52:33 2012 UTC revision 295 by fraynaud, Thu Feb 2 15:00:30 2012 UTC
# Line 185  class om_utilisateur extends om_utilisat Line 185  class om_utilisateur extends om_utilisat
185      }      }
186    
187          function setMax(&$form,$maj) {          function setMax(&$form,$maj) {
188          //longueur max en saisie (text)          parent::setMax($form,$maj);    
189                  $form->setMax('nom',30);                  $form->setMax('nom',30);
190                  $form->setMax('email',40);                  $form->setMax('email',40);
191                  $form->setMax('login',30);                  $form->setMax('login',30);

Legend:
Removed from v.293  
changed lines
  Added in v.295

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26