Vergleich inc/db_pdo.php - 1.8.3 - 1.8.4

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 41Zeile 41
	{
try
{

	{
try
{

    		$this->db = new PDO($dsn, $user, $password, $driver_options);

    		$this->db = new PDO($dsn, $username, $password, $driver_options);

		}
catch(PDOException $exception)
{

		}
catch(PDOException $exception)
{