removed the unneded 5th parameter

This commit is contained in:
Lars Kneschke 2005-11-20 14:19:29 +00:00
parent cde824505e
commit 99b3049254

View File

@ -535,7 +535,7 @@ function egw_openWindowCentered2(_url, _windowName, _width, _height, _status)
return windowID; 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'); return egw_openWindowCentered2(_url, _windowName, _width, _height, 'no');
} }