diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-05 12:53:47 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-05 12:53:47 +0000 |
| commit | f181103181616718cd00cbc5793e633cf7baafad (patch) | |
| tree | f5e0d6b0c07634a9e5e0aaf9659bfe713693a132 /roundcubemail/installer/rcube_install.php | |
| parent | 9f71b7e9e96fe69cde4228d9500118f2130005e1 (diff) | |
Add hint for saving config files + stop DB initialization if en error occurs
git-svn-id: https://svn.roundcube.net/trunk@1256 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/rcube_install.php')
| -rw-r--r-- | roundcubemail/installer/rcube_install.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/installer/rcube_install.php b/roundcubemail/installer/rcube_install.php index 07a9922b7..12cd5c10d 100644 --- a/roundcubemail/installer/rcube_install.php +++ b/roundcubemail/installer/rcube_install.php @@ -305,6 +305,8 @@ class rcube_install if (eregi(';$', trim($line))) { $DB->query($buff); $buff = ''; + if ($this->get_error()) + break; } } } |
