Changeset 6254 for temp/trunk/html


Ignore:
Timestamp:
2006/10/13 13:00:52 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r6253 r6254  
    561561function lfExecuteSQL($filepath, $dsn, $disp_err = true) { 
    562562    $arrErr = array(); 
    563  
     563     
     564                    gfPrintLog("nn", "./temp/install.log"); 
     565                     
    564566    if(!file_exists($filepath)) { 
    565567        $arrErr['all'] = ">> ¥¹¥¯¥ê¥×¥È¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"; 
     
    578580            foreach($sql_split as $key => $val){ 
    579581                if (trim($val) != "") { 
    580                      
    581                     gfPrintLog("nn", "./temp/install.log"); 
    582                      
    583582                    $ret = $objDB->query($val); 
    584                      
    585                     gfPrintLog("nn", "./temp/install.log"); 
    586                      
    587583                    if(PEAR::isError($ret) && $disp_err) { 
    588584                        $arrErr['all'] = ">> " . $ret->message . "<br>"; 
Note: See TracChangeset for help on using the changeset viewer.