Fix "" vs '' on line 334 for pgsql

This commit is contained in:
Miles Lott 2001-03-01 03:38:17 +00:00
parent 95362c2b75
commit a7c6bc50e2

View File

@ -331,7 +331,7 @@
$i=0;
while ($this->db->next_record()) {
$this->db2->query("select contact_name,contact_value from $this->ext_table where contact_id='"
$this->db2->query("SELECT contact_name,contact_value FROM ".$this->ext_table." WHERE contact_id='"
. $this->db->f("id") . "'",__LINE__,__FILE__);
$tempinsert[$i] = "INSERT INTO " . $tmp_table . " (id,";