install/includes/stages/install.php
changeset 857 f3a5a276208c
parent 801 eb8b23f11744
child 924 142a29b583f9
equal deleted inserted replaced
856:0b7ff06aad13 857:f3a5a276208c
    29          <p>ERROR: That database driver is not supported.</p>';
    29          <p>ERROR: That database driver is not supported.</p>';
    30   return true;
    30   return true;
    31 }
    31 }
    32 
    32 
    33 $db = new $dbdriver();
    33 $db = new $dbdriver();
    34 $result = $db->connect(true, $dbhost, $dbuser, $dbpasswd, $dbname);
    34 $result = $db->connect();
    35 if ( !$result )
    35 if ( !$result )
    36 {
    36 {
    37   $ui->show_header();
    37   $ui->show_header();
    38   // FIXME: l10n
    38   // FIXME: l10n
    39   ?>
    39   ?>