Ignore:
Timestamp:
2010/08/27 10:56:10 (14 years ago)
Author:
nanasess
bzr:base-revision:
ohkouchi@loop-az.jp-20100826072347-bdrmnk0g8b3llidi
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-20100827013725-2fv0j8mz17eczvmd
bzr:repository-uuid:
1e3b908f-19a9-db11-a64c-001125224ba8
bzr:revision-id:
ohkouchi@loop-az.jp-20100827015605-jp18neo1n2pnhsjd
bzr:revno:
2277
bzr:revprop:branch-nick:
branches/version-2_5-dev
bzr:root:
branches/version-2_5-dev
bzr:text-parents:

html/install/index.php ohkouchi@loop-az.jp-20100825073846-mzg8ka4y21o1nk6o
bzr:text-revisions:

html/install/index.php ohkouchi@loop-az.jp-20100827013725-2fv0j8mz17eczvmd
bzr:timestamp:
2010-08-27 10:56:05.493000031 +0900
bzr:user-agent:
bzr2.1.2+bzr-svn1.0.2
svn:original-date:
2010-08-27T01:56:05.493000Z
Message:

r18790 の追加修正(#801)

  • 初回DB接続時にWarningが出ていたのを修正
File:
1 edited

Legend:

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

    r18791 r18794  
    625625        $objQuery = new SC_Query(); 
    626626        $tables = $objQuery->listTables(); 
    627         if(in_array("dtb_baseinfo", $tables)) { 
    628  
     627 
     628        if(!PEAR::isError($tables) && in_array("dtb_baseinfo", $tables)) { 
    629629            $arrRet = $objQuery->select("shop_name, email01", "dtb_baseinfo"); 
    630630            $shop_name = $arrRet[0]['shop_name']; 
Note: See TracChangeset for help on using the changeset viewer.