mirror of
https://github.com/PostgreSQL-For-Wordpress/postgresql-for-wordpress.git
synced 2025-07-29 09:17:14 +02:00
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:
@ -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))
|
||||
|
Reference in New Issue
Block a user