Marius Cramer
2013-11-14 7fe908c50c8dbc5cc05f571dbe11d66141caacd4
install/lib/mysql.lib.php
@@ -66,7 +66,7 @@
      $this->errorLocation = $location;
      if($this->errorNumber && $this->show_error_messages)
      {
         echo('<br /><b>'.$this->errorLocation.'</b><br />'.$this->errorMessage);
         echo '<br /><b>'.$this->errorLocation.'</b><br />'.$this->errorMessage;
         flush();
      }
   }