Also give the remaining Subject column a width% that is the complement
[squirrelmail.git] / functions / abook_database.php
index 952884091b70fa84c3b3b37ab7d8cf387a0b8ece..cb82f6ffae58ebd8f4e2297c10cf23989b0bf069 100644 (file)
@@ -92,7 +92,7 @@ class abook_database extends addressbook_backend {
          
         $dbh = DB::connect($this->dsn, true);
          
-        if (DB::isError($dbh) || DB::isWarning($dbh)) {
+        if (DB::isError($dbh)) {
             return $this->set_error(sprintf(_("Database error: %s"),
                                             DB::errorMessage($dbh)));
         }