Ignore:
Timestamp:
2006/10/25 20:54:50 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/system/module.php

    r6745 r6747  
    5858for($i = 0; $i < $max; $i++) { 
    5959    // ³ÈÄ¥¥Õ¥¡¥¤¥ë¤Î¥Ð¡¼¥¸¥ç¥ó³Îǧ 
    60     $path = MODULE_PATH . $arrUpdate[$i]['main_php']; 
     60    $path = MODULE_PATH . $arrUpdate[$i]['extern_php']; 
    6161    $arrUpdate[$i]['file_version'] = sfGetFileVersion($path); 
    6262} 
     
    232232     
    233233    if($flg_ok) { 
    234         $sqlval['now_version'] = $arrRet[0]['latest_version']; 
     234         
     235        $path = MODULE_PATH . $arrUpdate[0]['extern_php']; 
     236        $sqlval['now_version'] = sfGetFileVersion($path); 
    235237        $sqlval['update_date'] = "now()"; 
    236238        $objQuery->update("dtb_module", $sqlval, "module_id = ?", array($arrRet[0]['module_id'])); 
Note: See TracChangeset for help on using the changeset viewer.