From: chriskl Date: Sun, 16 May 2004 15:42:30 +0000 (+0000) Subject: crap, left debug commenting in. removed. X-Git-Tag: REL_3-4-1~58 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=7e9ee5fd64d1cb7082ff0f3af70a61c78d7d22ad;p=phppgadmin.git crap, left debug commenting in. removed. --- diff --git a/classes/database/Postgres73.php b/classes/database/Postgres73.php index 1f629608..e160f749 100644 --- a/classes/database/Postgres73.php +++ b/classes/database/Postgres73.php @@ -4,7 +4,7 @@ * A class that implements the DB interface for Postgres * Note: This class uses ADODB and returns RecordSets. * - * $Id: Postgres73.php,v 1.106 2004/05/16 15:40:20 chriskl Exp $ + * $Id: Postgres73.php,v 1.107 2004/05/16 15:42:30 chriskl Exp $ */ // @@@ THOUGHT: What about inherits? ie. use of ONLY??? @@ -1325,7 +1325,6 @@ class Postgres73 extends Postgres72 { * @param $term The search term * @return A recordset */ - /* function findObject($term) { global $conf; @@ -1443,7 +1442,7 @@ class Postgres73 extends Postgres72 { return $this->selectSet($sql); } -*/ + // Operator functions /**