commit | e348efb92de213fcfbc312993d8b21a30eb280c0 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Wed Sep 20 21:13:26 2006 +0000 |
committer | admin <devnull@localhost> | Wed Sep 20 21:13:26 2006 +0000 |
tree | c9e8f65a883208448c01813eb300277f9773030c | |
parent | 480da81d6111a5c1faf4433707ee8d3b3de8031e [diff] [blame] |
diff --git a/system/drivers/DB_odbc.php b/system/drivers/DB_odbc.php index a5a8db6..57cdbce 100644 --- a/system/drivers/DB_odbc.php +++ b/system/drivers/DB_odbc.php
@@ -420,7 +420,7 @@ $retval = array(); for ($i = 0; $i < $this->num_fields(); $i++) { - $F = new CI_DB_field(); + $F = new stdClass(); $F->name = odbc_field_name($this->result_id, $i); $F->type = odbc_field_type($this->result_id, $i); $F->max_length = odbc_field_len($this->result_id, $i);