$gb->getSubjects(), 'actions' => $gb->getAllActions(), 'objects' => $gb->getAllObjects(), 'msg' => $_SESSION['alertMsg'] ); unset($_SESSION['alertMsg']); // forms prefill: if(is_array($_SESSION['lastPost'])) $d = array_merge($d, array( 'lastSubj' => $_SESSION['lastPost']['subj'], 'lastAction'=> $_SESSION['lastPost']['permAction'], 'lastObj' => $_SESSION['lastPost']['obj'] )); unset($_SESSION['lastPost']); #header("Content-type: text/plain"); print_r($d); exit; #require_once"gbHtml_f.php"; // template follows: ?>