Ignore:
Timestamp:
2008/10/23 11:03:49 (15 years ago)
Author:
takegami
Message:

#366修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/pages/admin/design/LC_Page_Admin_Design.php

    r16935 r17653  
    109109        if ($_POST['mode'] == 'new_bloc') { 
    110110            $this->sendRedirect($this->getLocation("./bloc.php")); 
     111            exit; 
    111112        } 
    112113 
     
    114115        if ($_POST['mode'] == 'new_page') { 
    115116            $this->sendRedirect($this->getLocation("./main_edit.php")); 
     117            exit; 
    116118        } 
    117119 
     
    193195                if ($page_id === "") { 
    194196                    $this->sendRedirect($this->getLocation("./index.php")); 
     197                    exit; 
    195198                } 
    196199                $this->lfSetPreData($arrPageData, $objLayout); 
     
    199202 
    200203                $this->sendRedirect($this->getLocation(URL_DIR . "preview/index.php", array("filename" => $arrPageData[0]["filename"]))); 
     204                exit; 
    201205 
    202206            }else{ 
     
    204208                                            array("page_id" => $page_id, 
    205209                                                  "msg" => "on"))); 
     210                exit; 
    206211 
    207212            } 
     
    212217            $objLayout->lfDelPageData($page_id); 
    213218            $this->sendRedirect($this->getLocation("./index.php")); 
     219            exit; 
    214220        } 
    215221 
Note: See TracChangeset for help on using the changeset viewer.