Changeset 1909
- Timestamp:
- 04/16/10 04:05:39 (3 years ago)
- File:
-
- 1 edited
-
trunk/website/scripts/Database.php.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/scripts/Database.php.in
r1908 r1909 14 14 public function __construct() 15 15 { 16 parent::__construct($dsn, $username, $passwd, $options); 17 } 16 parent::__construct($dsn, $username, $passwd, $options); 17 this->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); 18 } 18 19 } 19 20 ?>
Note: See TracChangeset
for help on using the changeset viewer.
