- Timestamp:
- 2007/11/03 23:41:22 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/SC_DbConn.php
r16582 r16666 219 219 $errmsg .= $result->userinfo . "\n\n"; 220 220 221 if ($this->err_disp &&DEBUG_MODE === true) {221 if ($this->err_disp || DEBUG_MODE === true) { 222 222 print('<pre>'); 223 223 print_r(htmlspecialchars($errmsg, ENT_QUOTES, CHAR_CODE)); 224 224 print('</pre>'); 225 225 } 226 226 227 227 GC_Utils_Ex::gfDebugLog($errmsg); 228 228
Note: See TracChangeset
for help on using the changeset viewer.