Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 175 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 175 Rev 349
Line 45... Line 45...
45
			'IGNORE 0 LINES';
45
			'IGNORE 0 LINES';
46
		$this->getBdd()->requeter($requete);
46
		$this->getBdd()->requeter($requete);
47
	}
47
	}
Line 48... Line 48...
48
 
48
 
49
	private function supprimerTous() {
49
	private function supprimerTous() {
50
		$requete = "DROP TABLE bdnt_meta, bdnt_ontologies_v4_30";
50
		$requete = "DROP TABLE IF EXISTS bdnt_meta, bdnt_ontologies_v4_30";
51
		$this->getBdd()->requeter($requete);
51
		$this->getBdd()->requeter($requete);
52
	}
52
	}
53
}
53
}
54
?>
54
?>