Changeset 1911
- Timestamp:
- 4/16/2010 4:07:50 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/website/scripts/Database.php.in (modified) (2 diffs, 2 props)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/scripts/Database.php.in
- Property svn:eol-style set to native
- Property svn:keywords set to Id Revision
r1909 r1911 4 4 * 5 5 * @author Joel Low <lowjoel@users.sourceforge.net> 6 * @version $Id $6 * @version $Id$ 7 7 */ 8 8 … … 15 15 { 16 16 parent::__construct($dsn, $username, $passwd, $options); 17 this->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);17 $this->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); 18 18 } 19 19 }
Note: See TracChangeset
for help on using the changeset viewer.
