Fixes for messages and reports

This commit is contained in:
Hani Rouatbi
2022-11-16 21:39:04 +01:00
parent 6caff5bd5c
commit ac03d83e60
3 changed files with 5 additions and 7 deletions

View File

@@ -155,7 +155,6 @@ $page_nums = $Pager->print_nums(basename(ADMIN_PATH) . '?cp=' . basenam
if (ip('submit'))
{
$text = ($SQL->affected() ? $lang['REPORTS_UPDATED'] : $lang['NO_UP_CHANGE_S']);
$text .= '<script type="text/javascript"> setTimeout("get_kleeja_link(\'' . $action . '\'); check_msg_and_reports();", 2000);</script>' . "\n";
kleeja_admin_info($text, true, '', true, $action);
}