diff --git a/html/pages/about.php b/html/pages/about.php
index a86c7b0ab..4852794dc 100644
--- a/html/pages/about.php
+++ b/html/pages/about.php
@@ -136,7 +136,6 @@ $apache_version = str_replace("Apache/", "", $_SERVER['SERVER_SOFTWARE']);
$php_version = phpversion();
$t=mysql_query("select version() as ve");
-echo mysql_error();
$r=mysql_fetch_object($t);
$mysql_version = $r->ve;