Ticket #1458 (closed defect: fixed)
Undefined Variable
| Reported by: | gnat | Owned by: | jwage |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0.3 |
| Component: | Import/Export | Version: | 1.0.0 |
| Severity: | Keywords: | ||
| Cc: | Has Test: | no | |
| Status: | Pending Core Response | Has Patch: | no |
Description
Import/Pgsql.php Line 249 has an unknown variable...
public function listTableViews($table)
{
return $this->conn->fetchColumn($query);
}
$query doesn't exist...
Change History
Note: See
TracTickets for help on using
tickets.