Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3444 → Rev 3445

/trunk/scripts/modules/nettoyage/Nettoyage.php
36,7 → 36,7
 
public function executer() {
$cmd = $this->getParametre('a');
$requete_colonnes = "SELECT column_name FROM information_schema.columns WHERE table_name = '".$this->bd_cel."cel_obs' AND table_schema='tb_cel';";
$requete_colonnes = "SELECT column_name FROM information_schema.columns WHERE table_name = 'cel_obs' AND table_schema='".$this->bd_cel."';";
$this->colonnes = $this->bdd->recupererTous($requete_colonnes);
try {
switch ($cmd) {