Changeset 22796 for branches/version-2_12-dev/html/test
- Timestamp:
- 2013/05/02 18:11:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/html/test/upgrade/index.php
r22567 r22796 73 73 * @return string 74 74 */ 75 function getMode() 76 { 75 function getMode() { 77 76 if (isset($_GET['mode'])) { 78 77 return $_GET['mode']; … … 87 86 * 88 87 */ 89 function displayProductsList() 90 { 88 function displayProductsList() { 91 89 $arrRet = array( 92 90 'status' => 'SUCCESS', … … 105 103 * @param array $arrProductsList 106 104 */ 107 function updateModuleTable($arrProductsList) 108 { 105 function updateModuleTable($arrProductsList) { 109 106 $table = 'dtb_module'; 110 107 $where = 'module_id = ?';
Note: See TracChangeset
for help on using the changeset viewer.
