Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 186 → Rev 349

/trunk/scripts/modules/fournier/Fournier.php
131,7 → 131,7
}
 
private function supprimerTous() {
$requete = "DROP TABLE {$this->tableMeta}, {$this->table}";
$requete = "DROP TABLE IF EXISTS {$this->tableMeta}, {$this->table}";
$this->getBdd()->requeter($requete);
}
}