reverting setting of target app, as it is unneccessary

This commit is contained in:
Ralf Becker 2010-06-10 17:54:03 +00:00
parent bcdc505f5a
commit 30b509e9ce

View File

@ -511,7 +511,7 @@ class calendar_ui
function popup($link,$target='_blank',$width=750,$height=410)
{
return 'egw_openWindowCentered2('.($link == 'this.href' ? $link : "'".$link."'").','.
($target == 'this.target' ? $target : "'".$target."'").",$width,$height,'yes','calendar')";
($target == 'this.target' ? $target : "'".$target."'").",$width,$height,'yes')";
}
/**