Fix strict standards warnings

This commit is contained in:
Tom Needham 2012-07-20 19:27:51 +00:00
parent de8ed98541
commit 29d16f61fa
1 changed files with 1 additions and 1 deletions

View File

@ -1221,7 +1221,7 @@ class MDB2_Statement_sqlite3 extends MDB2_Statement_Common
return $affected_rows;
}
$result =& $this->db->_wrapResult($result, $this->result_types,
$result = $this->db->_wrapResult($result, $this->result_types,
$result_class, $result_wrap_class, $this->limit, $this->offset);
$this->db->debug($this->query, 'execute', array('is_manip' => $this->is_manip, 'when' => 'post', 'result' => $result));
return $result;