diff options
author | Brenda Wallace <shiny@cpan.org> | 2010-05-15 15:08:22 +1200 |
---|---|---|
committer | Brenda Wallace <shiny@cpan.org> | 2010-05-15 15:08:22 +1200 |
commit | 7cf250ff188bac16400b688dd309d189ef99fde8 (patch) | |
tree | 4e356ff5eba603926732be3fd09468c81767b6ad /lib | |
parent | 599942f58a839a7d6d7ff92e31873f3d61faf326 (diff) |
removed sneaky debug echo that shouldn't be there
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pgsqlschema.php | 1 |
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)) { |