- Fix "Initialize Database" button missing from installer (#1485802)
| | |
| | | CHANGELOG RoundCube Webmail |
| | | =========================== |
| | | |
| | | - Fix "Initialize Database" button missing from installer (#1485802) |
| | | - Fix compose window doesn't fit 1024x768 window (#1485396) |
| | | - Fix service not available error when pressing back from compose dialog (#1485552) |
| | | - Fix using mail() on Windows (#1485779) |
| | |
| | | // test database |
| | | if ($db_working) { |
| | | $db_read = $DB->query("SELECT count(*) FROM {$RCI->config['db_table_users']}"); |
| | | if (!$db_read) { |
| | | if ($DB->db_error) { |
| | | $RCI->fail('DB Schema', "Database not initialized"); |
| | | echo '<p><input type="submit" name="initdb" value="Initialize database" /></p>'; |
| | | $db_working = false; |