forked from extern/egroupware
remove extra ")"
This commit is contained in:
parent
f3b2fef00d
commit
290aa0d6da
@ -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 );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user