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_mysql.php b/system/drivers/DB_mysql.php index a90d842..7279097 100644 --- a/system/drivers/DB_mysql.php +++ b/system/drivers/DB_mysql.php
@@ -443,7 +443,7 @@ $retval = array(); while ($field = mysql_fetch_field($this->result_id)) { - $F = new CI_DB_field(); + $F = new stdClass(); $F->name = $field->name; $F->type = $field->type; $F->default = $field->def;