remove extra ")"

This commit is contained in:
Miles Lott 2001-12-08 15:37:34 +00:00
parent f3b2fef00d
commit 290aa0d6da

View File

@ -36,7 +36,7 @@
$map = "passwd.byname"; $map = "passwd.byname";
if( !empty($GLOBALS['phpgw_info']['server']['nis_map']) ) if( !empty($GLOBALS['phpgw_info']['server']['nis_map']) )
{ {
$map = $GLOBALS['phpgw_info']['server']['nis_map']); $map = $GLOBALS['phpgw_info']['server']['nis_map'];
} }
$entry = yp_match( $domain, $map, $username ); $entry = yp_match( $domain, $map, $username );