From: Brenda Wallace Date: Sat, 15 May 2010 03:08:22 +0000 (+1200) Subject: removed sneaky debug echo that shouldn't be there X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7cf250ff188bac16400b688dd309d189ef99fde8;p=quix0rs-gnu-social.git removed sneaky debug echo that shouldn't be there --- diff --git a/lib/pgsqlschema.php b/lib/pgsqlschema.php index 7594edc8e3..12f24cfbe1 100644 --- a/lib/pgsqlschema.php +++ b/lib/pgsqlschema.php @@ -434,7 +434,6 @@ class PgsqlSchema extends Schema } $sql = 'ALTER TABLE ' . $tableName . ' ' . implode(', ', $phrase); - echo "

$sql

"; $res = $this->conn->query($sql); if (PEAR::isError($res)) {