1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
This commit is contained in:
Hannes Magnusson
2006-12-12 09:15:25 +00:00
parent 14b7a1bdd1
commit f4e63cbece

View File

@@ -29,7 +29,7 @@ if (function_exists('pg_transaction_status')) {
echo "pg_transaction_status() error\n";
}
}
if (!pg_host($db))
if (false === pg_host($db))
{
echo "pg_host() error\n";
}