removed sneaky debug echo that shouldn't be there

This commit is contained in:
Brenda Wallace 2010-05-15 15:08:22 +12:00
parent 599942f58a
commit 7cf250ff18
1 changed files with 0 additions and 1 deletions

View File

@ -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)) {