diff options
author | admin <devnull@localhost> | 2006-10-23 03:25:46 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-23 03:25:46 +0200 |
commit | b6224a136c3fc2893e7f1bd3005959fab4008a47 (patch) | |
tree | 6a241ff5d178e7f23f1cbbaa1bde1259f484d202 /system/database | |
parent | ca3dafb5ad0f04147128be596c872c156e176594 (diff) |
Diffstat (limited to 'system/database')
-rw-r--r-- | system/database/DB_utility.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_utility.php b/system/database/DB_utility.php index e64e008bc..d7018bf2b 100644 --- a/system/database/DB_utility.php +++ b/system/database/DB_utility.php @@ -235,7 +235,7 @@ class CI_DB_utility { $out = ''; // First generate the headings from the table column names - foreach ($query->field_names() as $name) + foreach ($query->list_fields() as $name) { $out .= $name.$delim; } |