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

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

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

revision 2174 by softime, Wed Aug 28 09:58:36 2013 UTC revision 2175 by softime, Wed Aug 28 16:49:42 2013 UTC
# Line 576  class utils extends application { Line 576  class utils extends application {
576          return $arrondissement;          return $arrondissement;
577      }      }
578    
579        /**
580         * Vérification des paramètres
581         */
582        function checkParams() {
583            parent::checkParams();
584    
585            (isset($this->config['path_scan']) ? "" : $this->config['path_scan'] = '../trs/numerisation/');
586        }
587    
588  }  }
589    
590  ?>  ?>

Legend:
Removed from v.2174  
changed lines
  Added in v.2175

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26