rm error msg.

This commit is contained in:
nearwood 2014-12-22 15:28:20 -05:00
parent aec8af34a1
commit 94ab355970
1 changed files with 1 additions and 1 deletions

2
db.php
View File

@ -11,7 +11,7 @@ function connect()
}
catch(PDOException $e)
{
echo '<div class="error">Error connecting to database.</div>'; echo $e->getMessage();
echo '<div class="error">Error connecting to database.</div>';// echo $e->getMessage();
$db = null; //Redundant.
}