Ignore:
Timestamp:
2011/04/08 16:49:16 (13 years ago)
Author:
nanasess
bzr:base-revision:
svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_11-dev:20823
bzr:committer:
Kentaro Ohkouchi <ohkouchi@loop-az.jp>
bzr:file-ids:

html/install/index.php 16809@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fhtml%2Finstall%2Findex.php
bzr:mapping-version:
v4
bzr:merge:

ohkouchi@loop-az.jp-20110408074822-rhilyqqgeq6vwsza
bzr:repository-uuid:
1e3b908f-19a9-db11-a64c-001125224ba8
bzr:revision-id:
ohkouchi@loop-az.jp-20110408074905-oirtd1rtjgk7llsz
bzr:revno:
3535
bzr:revprop:branch-nick:
branches/version-2_11-dev
bzr:root:
branches/version-2_11-dev
bzr:text-revisions:

html/install/index.php ohkouchi@loop-az.jp-20110408074822-rhilyqqgeq6vwsza
bzr:timestamp:
2011-04-08 16:49:05.878000021 +0900
bzr:user-agent:
bzr2.2.1+bzr-svn1.0.4
svn:original-date:
2011-04-08T07:49:05.878000Z
Message:

#567 (エラーハンドリングの修正及び抽象化)

  • r18500 の変更により, インストーラが停止してしまう環境があったのを修正
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/html/install/index.php

    r20764 r20824  
    791791            $sql_split = split(";",$sql); 
    792792            foreach($sql_split as $key => $val){ 
    793                 SC_Utils::sfFlush(); 
     793                SC_Utils::sfFlush(true); 
    794794                if (trim($val) != "") { 
    795795                    $ret = $objDB->query($val); 
     
    835835        $exists = $objManager->listSequences(); 
    836836        foreach ($arrSequences as $seq) { 
     837            SC_Utils::sfFlush(true); 
    837838            $seq_name = $seq[0] . "_" . $seq[1]; 
    838839            if (in_array($seq_name, $exists)) { 
     
    873874        $exists = $objManager->listSequences(); 
    874875        foreach ($arrSequences as $seq) { 
     876            SC_Utils::sfFlush(true); 
    875877            $res = $objDB->query("SELECT max(" . $seq[1] . ") FROM ". $seq[0]); 
    876878            if (PEAR::isError($res)) { 
Note: See TracChangeset for help on using the changeset viewer.