Vergleich inc/db_pdo.php - 1.4.2 - 1.4.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * $Id: db_pdo.php 3873 2008-06-01 03:52:49Z Tikitiki $

 * $Id: db_pdo.php 4278 2008-11-23 21:12:34Z Tikitiki $

 */

class dbpdoEngine {

 */

class dbpdoEngine {

Zeile 46Zeile 46
		} 
catch(PDOException $exception)
{

		} 
catch(PDOException $exception)
{

    		echo 'Connection failed: '.$exception->getMessage();

    		die('Connection failed: '.$exception->getMessage());

		}

$this->db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);

		}

$this->db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);