Ignore:
Timestamp:
2008/11/01 15:44:55 (15 years ago)
Author:
Seasoft
Message:

merge 17653

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/admin/contents/LC_Page_Admin_Contents_CampaignDesign.php

    r16582 r17675  
    7777        if($arrForm['campaign_id'] == "" || $arrForm['status'] == "") { 
    7878            $this->sendRedirect($this->getLocation(URL_CAMPAIGN_TOP)); 
     79            exit; 
    7980        } 
    8081 
     
    125126            // 登録ページへ戻る 
    126127            $this->sendRedirect($this->getLocation(URL_CAMPAIGN_TOP)); 
     128            exit; 
    127129            break; 
    128130        default: 
Note: See TracChangeset for help on using the changeset viewer.