]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
removed sneaky debug echo that shouldn't be there
authorBrenda Wallace <shiny@cpan.org>
Sat, 15 May 2010 03:08:22 +0000 (15:08 +1200)
committerBrenda Wallace <shiny@cpan.org>
Sat, 15 May 2010 03:08:22 +0000 (15:08 +1200)
lib/pgsqlschema.php

index 7594edc8e3aace53ee060a1ac49312c3f958f505..12f24cfbe119550183e76340550419fe8e9623c5 100644 (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)) {