mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 16:35:02 +02:00
removed the unneded 5th parameter
This commit is contained in:
@ -535,7 +535,7 @@ function egw_openWindowCentered2(_url, _windowName, _width, _height, _status)
|
||||
|
||||
return windowID;
|
||||
}
|
||||
function egw_openWindowCentered(_url, _windowName, _width, _height, _status)
|
||||
function egw_openWindowCentered(_url, _windowName, _width, _height)
|
||||
{
|
||||
return egw_openWindowCentered2(_url, _windowName, _width, _height, 'no');
|
||||
}
|
||||
|
Reference in New Issue
Block a user