upgrade.php: needless echo removed; tested on another PostgreSQL database - worked fine

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@286 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 18 years ago
parent 269c70d330
commit 7279fb2ac5

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

Loading…
Cancel
Save