Example #1
0
 function GetExcellentOptions(&$db, $post)
 {
     require_once $_SERVER['DOCUMENT_ROOT'] . "/" . $_SESSION['SiteFolder'] . "System/Item.class.php";
     $it = new Item();
     return $it->GetExcellentCheckBoxList($post['type'], $post['id']);
 }