Ignore:
Timestamp:
2012/07/09 20:23:56 (12 years ago)
Author:
Ringo
Message:

#1883 (郵便番号DB登録でエラーが発生し、ログアウトするとフローティング中にメイン画面が表示さる)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php

    r21892 r21964  
    141141                $this->tpl_mode = null; 
    142142                break; 
     143 
     144            // 自動登録時の郵便番号CSV更新 
     145            // XXX iframe内にエラー表示しない様、ここでlfDownloadZipFileFromJp()を呼ぶ。 
     146            case 'auto'; 
     147                if (!$this->tpl_skip_update_csv) { 
     148                    $this->lfDownloadZipFileFromJp(); 
     149                    $this->lfExtractZipFile(); 
     150                } 
     151                break; 
    143152        } 
    144153 
     
    163172        $objQuery =& SC_Query_Ex::getSingletonInstance(); 
    164173 
    165         if (!$this->tpl_skip_update_csv) { 
    166             $this->lfDownloadZipFileFromJp(); 
    167             $this->lfExtractZipFile(); 
    168         } 
    169  
     174        // DB更新 
    170175        $objQuery->begin(); 
    171176        $this->lfDeleteZip(); 
Note: See TracChangeset for help on using the changeset viewer.