diff --git a/upgrade.php b/upgrade.php index 333cb32d..31b5138b 100644 --- a/upgrade.php +++ b/upgrade.php @@ -38,7 +38,7 @@ function _pgsql_field_exists($table, $field) { AND pg_catalog.pg_table_is_visible(c.oid) ) AND a.attname = '$field' "; - echo $sql; +// echo $sql; $r = db_query($sql); $row = db_row($r['result']); if($row) {