Shouldn't it be like this (?):
- Code: Select all
'p' => array('val' => $post_id, 'keep' => ($post_id && ($view == 'show' || $displ_history || !empty($rem_history) || !empty($conf_key)) ? true : false), 'hash' => "p$post_id"),
'p' => array('val' => $post_id, 'keep' => ($post_id && ($view == 'show' || $displ_history || !empty($rem_history) || !empty($conf_key)) ? true : false), 'hash' => "p$post_id"),