diff options
author | thomascube <thomas@roundcube.net> | 2008-04-05 12:53:47 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-04-05 12:53:47 +0000 |
commit | c0dc9072c142c4e8b70bc5545f24f6946d89a960 (patch) | |
tree | d756c4bac97aa580e712fe7489bd831b8b649caa /installer/rcube_install.php | |
parent | f5e8d23e8e7e69a6c2032e2878aa37da65af3455 (diff) |
Add hint for saving config files + stop DB initialization if en error occurs
Diffstat (limited to 'installer/rcube_install.php')
-rw-r--r-- | installer/rcube_install.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/rcube_install.php b/installer/rcube_install.php index 07a9922b7..12cd5c10d 100644 --- a/installer/rcube_install.php +++ b/installer/rcube_install.php @@ -305,6 +305,8 @@ class rcube_install if (eregi(';$', trim($line))) { $DB->query($buff); $buff = ''; + if ($this->get_error()) + break; } } } |