Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
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();
      }
   }