- Timestamp:
- 2014/06/03 14:51:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/plugin/SC_Plugin_Util.php
r23124 r23503 39 39 $objQuery->setOrder('priority DESC, plugin_id ASC'); 40 40 } 41 $arrRet = $objQuery->select($col, $table,$where);41 $arrRet = $objQuery->select($col, $table, $where); 42 42 43 43 // プラグインフックポイントを取得. … … 67 67 $objQuery->setOrder('plugin_id ASC'); 68 68 } 69 $arrRet = $objQuery->select($col, $table);69 $arrRet = $objQuery->select($col, $table); 70 70 71 71 return $arrRet;
Note: See TracChangeset
for help on using the changeset viewer.
