Changeset 19805 for branches/version-2_5-dev/data/class/SC_Query.php
- Timestamp:
- 2010/12/31 23:23:49 (16 years ago)
- File:
-
- 1 edited
-
branches/version-2_5-dev/data/class/SC_Query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/SC_Query.php
r19803 r19805 838 838 trigger_error($this->traceError($sth, $sql), E_USER_ERROR); 839 839 } else { 840 error_log($this->traceError($sth, $sql), 3, LOG_ FILE);840 error_log($this->traceError($sth, $sql), 3, LOG_REALFILE); 841 841 } 842 842 } … … 872 872 trigger_error($this->traceError($affected, $sql), E_USER_ERROR); 873 873 } else { 874 error_log($this->traceError($affected, $sql), 3, LOG_ FILE);874 error_log($this->traceError($affected, $sql), 3, LOG_REALFILE); 875 875 } 876 876 }
Note: See TracChangeset
for help on using the changeset viewer.
