From: xzilla Date: Tue, 18 Jul 2006 19:01:46 +0000 (+0000) Subject: Remove debugging statement... X-Git-Tag: REL_4-1-BETA-1~37 X-Git-Url: http://git.postgresql.org/gitweb/static/%7B%7Bpgdulink%28?a=commitdiff_plain;h=066f1455300edb704a73bb81866586cf53877edd;p=phppgadmin.git Remove debugging statement... --- diff --git a/classes/database/Postgres81.php b/classes/database/Postgres81.php index 578634b5..b90c187d 100644 --- a/classes/database/Postgres81.php +++ b/classes/database/Postgres81.php @@ -3,7 +3,7 @@ /** * PostgreSQL 8.1 support * - * $Id: Postgres81.php,v 1.8 2006/07/18 18:58:47 xzilla Exp $ + * $Id: Postgres81.php,v 1.9 2006/07/18 19:01:46 xzilla Exp $ */ include_once('./classes/database/Postgres80.php'); @@ -107,8 +107,6 @@ class Postgres81 extends Postgres80 { {$clause} {$orderby}"; - echo $sql ; - return $this->selectSet($sql); }