Changeset 15985
- Timestamp:
- 2007/09/24 11:24:01 (15 years ago)
- Location:
- branches/dev/data
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/class/SC_DbConn.php
r15983 r15985 135 135 } 136 136 137 sfprintr($result);138 139 137 if ($this->conn->isError($result)){ 140 138 $this->send_err_mail ($result, $n); -
branches/dev/data/module/MDB2.php
r15984 r15985 3312 3312 $rekey = false, $force_array = false, $group = false) 3313 3313 { 3314 3315 sfprintr($query);3316 sfprintr($types);3317 3318 3314 $result = $this->query($query, $types); 3319 3315 if (!MDB2::isResultCommon($result)) { -
branches/dev/data/module/MDB2/Extended.php
r15984 r15985 501 501 502 502 $stmt = $db->prepare($query, $param_types, $types); 503 504 sfprintr($stmt); 505 503 506 if (PEAR::isError($stmt)) { 504 507 return $stmt;
Note: See TracChangeset
for help on using the changeset viewer.