Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 1059 → Rev 1060

/trunk/scripts/modules/osm/ZonesAdmin.php
26,8 → 26,15
$cmd = $this->conteneur->getParametre('a');
switch ($cmd) {
case 'za' :
$this->supprimerTableOsmZonesAdmin();
$this->conteneur->getEfloreCommun()->chargerStructureSql();
$this->creerTableOsmZonesAdmin();
$this->corrigerTableOsmZonesAdmin();
$this->mettreAJourIdZoneGeo();
break;
case 'zaCreer' :
$this->creerTableOsmZonesAdmin();
break;
case 'zaCorriger' :
$this->corrigerTableOsmZonesAdmin();
break;