This commit is contained in:
skeeter 2002-02-15 01:51:32 +00:00
parent 74dcff3c83
commit 5e48dcbe99

View File

@ -149,7 +149,7 @@
/* If no Fields specified default to * */
if (!isset($fields))
{
$fields = $this->error_cols();
$fields = $this->get_error_cols();
}
$rows = array();