From d238d43021ee359739ef87c9a5ce72df1d192c38 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 28 Apr 2010 15:15:40 -0300 Subject: Remove {} between variable since it's out of the string --- usr/local/www/system_usermanager_settings_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') diff --git a/usr/local/www/system_usermanager_settings_test.php b/usr/local/www/system_usermanager_settings_test.php index dc461d8..4a437b7 100755 --- a/usr/local/www/system_usermanager_settings_test.php +++ b/usr/local/www/system_usermanager_settings_test.php @@ -87,7 +87,7 @@ if (!$authcfg) { if(ldap_test_bind($authcfg)) { echo "OK"; - echo "" . gettext("Attempting to fetch Organizational Units from") . " " . {$ldapserver} . ""; + echo "" . gettext("Attempting to fetch Organizational Units from") . " " . $ldapserver . ""; $ous = ldap_get_user_ous(true, $authcfg); if(count($ous)>1) { echo "OK"; -- cgit v1.1