Ignore:
Timestamp:
2013/05/02 18:11:36 (13 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/html/test/upgrade/index.php

    r22567 r22796  
    7373 * @return string 
    7474 */ 
    75 function getMode() 
    76 { 
     75function getMode() { 
    7776    if (isset($_GET['mode'])) { 
    7877        return $_GET['mode']; 
     
    8786 * 
    8887 */ 
    89 function displayProductsList() 
    90 { 
     88function displayProductsList() { 
    9189    $arrRet = array( 
    9290        'status' => 'SUCCESS', 
     
    105103 * @param array $arrProductsList 
    106104 */ 
    107 function updateModuleTable($arrProductsList) 
    108 { 
     105function updateModuleTable($arrProductsList) { 
    109106    $table = 'dtb_module'; 
    110107    $where = 'module_id = ?'; 
Note: See TracChangeset for help on using the changeset viewer.