thomascube
2008-04-05 e70d6ea64e711096af36b1234f8545b870ea5f45
installer/rcube_install.php
@@ -171,7 +171,7 @@
        $out);
    }
    
    return $out;
    return trim($out);
  }
  
  
@@ -305,6 +305,8 @@
        if (eregi(';$', trim($line))) {
          $DB->query($buff);
          $buff = '';
          if ($this->get_error())
            break;
        }
      }
    }