Changeset 21981 for branches/version-2_12-dev/data/class/SC_Query.php
- Timestamp:
- 2012/07/28 23:54:37 (14 years ago)
- File:
-
- 1 edited
-
branches/version-2_12-dev/data/class/SC_Query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_Query.php
r21914 r21981 51 51 function __construct($dsn = '', $force_run = false, $new = false) { 52 52 53 if ($dsn == "") {53 if ($dsn == '') { 54 54 $dsn = array('phptype' => DB_TYPE, 55 55 'username' => DB_USER,
Note: See TracChangeset
for help on using the changeset viewer.
