Ticket #1458 (closed defect: fixed)

Opened 10 months ago

Last modified 9 months ago

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

Changed 10 months ago by jwage

  • milestone set to 1.0.3

Changed 9 months ago by jwage

  • status changed from new to closed
  • resolution set to fixed

Fixed in r4985

Note: See TracTickets for help on using tickets.