update jrCore_notice_page
Suggestions
for example
function view_jrBlog_update_save($_post, &$_user, &$_conf)
...........
// Make sure we get a good _item_id
if (!isset($_post['id']) || !jrCore_checktype($_post['id'], 'number_nz')) {
jrCore_notice_page('error', 14);
jrCore_form_result('referrer');
}
...........
if (!isset($_post['id']) || !jrCore_checktype($_post['id'], 'number_nz'))
the message error not appear without the fix