Ignore:
Timestamp:
2010/08/27 10:56:10 (16 years ago)
Author:
nanasess
bzr:base-revision:
[email protected]
bzr:committer:
Kentaro Ohkouchi <[email protected]>
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:

[email protected]
bzr:repository-uuid:
1e3b908f-19a9-db11-a64c-001125224ba8
bzr:revision-id:
[email protected]
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 [email protected]
bzr:text-revisions:

html/install/index.php [email protected]
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.