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