summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrenda Wallace <shiny@cpan.org>2010-05-15 15:08:22 +1200
committerBrenda Wallace <shiny@cpan.org>2010-05-15 15:08:22 +1200
commit7cf250ff188bac16400b688dd309d189ef99fde8 (patch)
tree4e356ff5eba603926732be3fd09468c81767b6ad
parent599942f58a839a7d6d7ff92e31873f3d61faf326 (diff)
removed sneaky debug echo that shouldn't be there
-rw-r--r--lib/pgsqlschema.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pgsqlschema.php b/lib/pgsqlschema.php
index 7594edc8e..12f24cfbe 100644
--- a/lib/pgsqlschema.php
+++ b/lib/pgsqlschema.php
@@ -434,7 +434,6 @@ class PgsqlSchema extends Schema
}
$sql = 'ALTER TABLE ' . $tableName . ' ' . implode(', ', $phrase);
- echo "<p>$sql</p>";
$res = $this->conn->query($sql);
if (PEAR::isError($res)) {