Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 309 | Rev 1203 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 309 Rev 350
Line 29... Line 29...
29
			$this->traiterErreur($e->getMessage());
29
			$this->traiterErreur($e->getMessage());
30
		}
30
		}
31
    }
31
    }
Line 32... Line 32...
32
 
32
 
33
	private function supprimerTous() {
33
	private function supprimerTous() {
34
		$requete = "DROP TABLE photoflora_meta";
34
		$requete = "DROP TABLE IF EXISTS photoflora_meta";
35
		$this->getBdd()->requeter($requete);
35
		$this->getBdd()->requeter($requete);
36
	}
36
	}
37
}
37
}
38
?>
38
?>