commit | b6224a136c3fc2893e7f1bd3005959fab4008a47 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Mon Oct 23 01:25:46 2006 +0000 |
committer | admin <devnull@localhost> | Mon Oct 23 01:25:46 2006 +0000 |
tree | 6a241ff5d178e7f23f1cbbaa1bde1259f484d202 | |
parent | ca3dafb5ad0f04147128be596c872c156e176594 [diff] [blame] |
diff --git a/system/database/DB_utility.php b/system/database/DB_utility.php index e64e008..d7018bf 100644 --- a/system/database/DB_utility.php +++ b/system/database/DB_utility.php
@@ -235,7 +235,7 @@ $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; }