コード例 #1
0
ファイル: bpartner.php プロジェクト: gauravsaxena21/simantz
         $m->textlength = $_POST['textlength'];
         $m->subscriber_number = $o->getNumber();
         $m->sendsms();
     } else {
         redirect_header("employee.php?action=search", $pausetime, "You do not have a permission to send SMS");
     }
     break;
 case "viewsummary":
     //return xml table to grid
     include_once "menu.php";
     $o->showSummary();
     require XOOPS_ROOT_PATH . '/footer.php';
     break;
 case "tablist":
     include_once "menu.php";
     $o->getIncludeFileMenu();
     $o->fetchBpartnerData($o->bpartner_id);
     $o->showTabList();
     require XOOPS_ROOT_PATH . '/footer.php';
     die;
     break;
 case "edit":
     include_once "menu.php";
     //$o->geIncludeFileMenu();
     $o->includeGeneralFile();
     if ($o->fetchBpartnerData($o->bpartner_id)) {
         if ($o->organization_id == "") {
             $o->organization_id = 0;
         }
         if ($o->industry_id == "") {
             $o->industry_id = 0;