- Timestamp:
- 2010/12/28 06:21:56 (16 years ago)
- Location:
- branches/version-2_5-dev/data/class/pages/admin/customer
- Files:
-
- 2 edited
-
LC_Page_Admin_Customer.php (modified) (1 diff)
-
LC_Page_Admin_Customer_Edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer.php
r19677 r19773 52 52 53 53 $masterData = new SC_DB_MasterData_Ex(); 54 $this->arrPref = $masterData->getMasterData("mtb_pref", 55 array("pref_id", "pref_name", "rank")); 54 $this->arrPref = $masterData->getMasterData('mtb_pref'); 56 55 57 56 $this->arrJob = $masterData->getMasterData("mtb_job"); -
branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Edit.php
r19682 r19773 52 52 53 53 $masterData = new SC_DB_MasterData_Ex(); 54 $this->arrPref = $masterData->getMasterData( "mtb_pref", array("pref_id", "pref_name", "rank"));54 $this->arrPref = $masterData->getMasterData('mtb_pref'); 55 55 $this->arrJob = $masterData->getMasterData("mtb_job"); 56 56 $this->arrSex = $masterData->getMasterData("mtb_sex");
Note: See TracChangeset
for help on using the changeset viewer.
