Ignore:
Timestamp:
2008/10/23 11:03:49 (16 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_Bloc.php

    r16730 r17653  
    154154                                            array("bloc_id" => $bloc_id, 
    155155                                                  "msg" => "on"))); 
     156                exit; 
    156157            }else{ 
    157158                // エラーがあれば入力時のデータを表示する 
     
    189190            } 
    190191            $this->sendRedirect($this->getLocation("./bloc.php")); 
     192            exit; 
    191193            break; 
    192194        default: 
Note: See TracChangeset for help on using the changeset viewer.