allow to already use egw.refresh() instead of egw_refresh() and added todo to move code

This commit is contained in:
Ralf Becker
2014-02-25 09:46:05 +00:00
parent 3139e4a9f5
commit 308dfdadc7
2 changed files with 28 additions and 1 deletions

View File

@ -226,6 +226,8 @@ function egw_getAppName()
* @param string|RegExp _replace regular expression to replace in url
* @param string _with
* @param string _msg_type 'error', 'warning' or 'success' (default)
* @todo move code to egw_message / egw.refresh()
* @deprecated use egw.refresh() instead
*/
function egw_refresh(_msg, _app, _id, _type, _targetapp, _replace, _with, _msg_type)
{