Ignore:
Timestamp:
2006/10/13 09:54:46 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/install/index.php

    r6193 r6211  
    427427        $secure_url = "http://" . $_SERVER['HTTP_HOST'] . $dir; 
    428428    } 
    429      
    430     /* 
     429 
    431430    // Ź̾¡¢´ÉÍý¼Ô¥á¡¼¥ë¥¢¥É¥ì¥¹¤ò¼èÆÀ¤¹¤ë¡£(ºÆ¥¤¥ó¥¹¥È¡¼¥ë»þ) 
    432431    if(defined('DEFAULT_DSN')) { 
     432        $ret = sfTabaleExists("dtb_baseinfo", DEFAULT_DSN); 
     433         
     434        if($ret) { 
     435            print("ari"); 
     436        } else { 
     437            print("nasi"); 
     438        } 
     439         
    433440        $objQuery = new SC_Query(); 
    434441        $arrRet = $objQuery->select("shop_name, email01", "dtb_baseinfo"); 
     
    436443        $admin_mail = $arrRet[0]['email01']; 
    437444    } 
    438     */ 
    439445 
    440446    $objWebParam->addParam("Ź̾", "shop_name", MTEXT_LEN, "", array("EXIST_CHECK","MAX_LENGTH_CHECK"), $shop_name); 
Note: See TracChangeset for help on using the changeset viewer.