Ignore:
Timestamp:
2008/01/28 12:50:57 (16 years ago)
Author:
adachi
Message:

余分なカンマが入っていたのを修正 ( del_flg => '0,' )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/test/upgrade/index.php

    r16954 r17011  
    118118                'module_name' => $arrProduct['name'], 
    119119                'auto_update_flg' => '0', 
    120                 'del_flg' => '0,', 
     120                'del_flg' => '0', 
    121121                'update_date' => 'NOW()', 
    122122            ); 
     
    128128                'module_name' => $arrProduct['name'], 
    129129                'auto_update_flg' => '0', 
    130                 'del_flg' => '0,', 
     130                'del_flg' => '0', 
    131131                'update_date' => 'NOW()', 
    132132                'create_date' => 'NOW()', 
Note: See TracChangeset for help on using the changeset viewer.