Welcome Guest, Not a member yet? Register   Sign In
list_fields() fails in Postgres code
#1

[eluser]RonPerrella[/eluser]
Extraneous 'F' - trivial to fix.

File: postgre_result.php
68: $Ffield_names[] = pg_field_name($this->result_id, $i);


68: $field_names[] = pg_field_name($this->result_id, $i);


Messages In This Thread
list_fields() fails in Postgres code - by El Forum - 07-17-2008, 08:29 PM
list_fields() fails in Postgres code - by El Forum - 07-18-2008, 01:56 PM
list_fields() fails in Postgres code - by El Forum - 07-19-2008, 01:05 PM
list_fields() fails in Postgres code - by El Forum - 07-19-2008, 01:07 PM
list_fields() fails in Postgres code - by El Forum - 07-19-2008, 02:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB