projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb6acb2
)
Remove debugging statement...
author
xzilla
<xzilla>
Tue, 18 Jul 2006 19:01:46 +0000
(19:01 +0000)
committer
xzilla
<xzilla>
Tue, 18 Jul 2006 19:01:46 +0000
(19:01 +0000)
classes/database/Postgres81.php
patch
|
blob
|
blame
|
history
diff --git
a/classes/database/Postgres81.php
b/classes/database/Postgres81.php
index 578634b5827d510314b978b78d07c580033d38fd..b90c187d5ece6f0f5fb6dbb3010492310c5a58e4 100644
(file)
--- 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);
}