From 99b30492543f89827f49b8f21deb31faa5a10175 Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Sun, 20 Nov 2005 14:19:29 +0000 Subject: [PATCH] removed the unneded 5th parameter --- phpgwapi/js/jsapi/jsapi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/js/jsapi/jsapi.js b/phpgwapi/js/jsapi/jsapi.js index 92e968290c..58fd477fe8 100644 --- a/phpgwapi/js/jsapi/jsapi.js +++ b/phpgwapi/js/jsapi/jsapi.js @@ -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'); }