Forgot to remove 2 lines in the previous commit

git-svn-id: https://plugins.svn.wordpress.org/postgresql-for-wordpress/trunk@542049 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
hawk__
2012-05-09 20:29:23 +00:00
parent e5f2f14aa1
commit cd0b6c4916

View File

@ -66,8 +66,6 @@
$GLOBALS['pg4wp_connstr'] .= ' host='.$host;
if( !empty( $port))
$GLOBALS['pg4wp_connstr'] .= ' port='.$port;
if( !empty( $dbserver))
$GLOBALS['pg4wp_connstr'] .= ' host='.$dbserver;
if( !empty( $dbuser))
$GLOBALS['pg4wp_connstr'] .= ' user='.$dbuser;
if( !empty( $dbpass))