Removed warning

This commit is contained in:
Laurent Destailleur 2012-09-19 11:56:50 +02:00
parent 89dfd246d1
commit 60fc0f2b74

View File

@ -33,7 +33,7 @@
*/ */
function check_user_password_http($usertotest,$passwordtotest,$entitytotest) function check_user_password_http($usertotest,$passwordtotest,$entitytotest)
{ {
dol_syslog("functions_http::check_user_password_http _SERVER[REMOTE_USER]=".$_SERVER["REMOTE_USER"]); dol_syslog("functions_http::check_user_password_http _SERVER[REMOTE_USER]=".(empty($_SERVER["REMOTE_USER"])?'':$_SERVER["REMOTE_USER"]));
$login=''; $login='';
if (! empty($_SERVER["REMOTE_USER"])) if (! empty($_SERVER["REMOTE_USER"]))