dont overwrite the database with the gallery database

This commit is contained in:
Robin Appelman 2012-01-08 14:35:23 +01:00
parent 49337e0ad1
commit 9c6248443a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<database>
<name>*dbname*</name>
<create>true</create>
<overwrite>true</overwrite>
<overwrite>false</overwrite>
<charset>latin1</charset>
<table>
<name>*dbprefix*gallery_albums</name>