Do not install if tables already exist

This commit is contained in:
Kijin Sung 2016-02-07 10:21:40 +09:00
parent 78cb8aea17
commit 5a7906252e
3 changed files with 13 additions and 1 deletions

View file

@ -91,6 +91,7 @@ $lang->msg_table_is_exists = 'Table is already created in the DB. Config file is
$lang->msg_install_completed = 'Installation has been completed. Thank you for choosing RhymiX.';
$lang->msg_install_failed = 'An error has occurred while creating installation file.';
$lang->msg_create_table_failed = 'Failed to create database tables.';
$lang->msg_table_already_exists = 'Database tables already exist. Try using a different prefix.';
$lang->ftp_get_list = 'Get List';
$lang->ftp_form_title = 'FTP Account Information';
$lang->ftp = 'FTP';