Changeset 10233 for temp/trunk/data/module/DB/common.php
- Timestamp:
- 2006/12/05 21:45:28 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/module/DB/common.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/module/DB/common.php
r10232 r10233 952 952 function &execute($stmt, $data = array()) 953 953 { 954 955 sfprintr($this->prepared_queries); 956 954 957 $realquery = $this->executeEmulateQuery($stmt, $data); 955 958 if (DB::isError($realquery)) { … … 990 993 $data = (array)$data; 991 994 $this->last_parameters = $data; 992 993 sfprintr($stmt); 994 sfprintr($data); 995 996 sfprintr($this->prepared_queries); 997 995 998 996 if (count($this->prepare_types[$stmt]) != count($data)) { 999 997 $this->last_query = $this->prepared_queries[$stmt]; … … 1605 1603 } 1606 1604 } 1607 1608 sfprintr($params);1609 1605 1610 1606 if (sizeof($params) > 0) {
Note: See TracChangeset
for help on using the changeset viewer.
