Changeset 21608 for branches/version-2_12-dev/data
- Timestamp:
- 2012/03/08 00:51:34 (14 years ago)
- Location:
- branches/version-2_12-dev/data/class
- Files:
-
- 3 edited
-
SC_CustomerList.php (modified) (1 diff)
-
pages/admin/contents/LC_Page_Admin_Contents.php (modified) (1 diff)
-
pages/admin/products/LC_Page_Admin_Products_ProductClass.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_CustomerList.php
r21607 r21608 173 173 // メルマガ受け取りの選択項目がフォームに存在する場合 174 174 if (isset($this->arrSql['search_htmlmail'])) { 175 $this->setWhere('status = 2');176 if (SC_Utils_Ex::sfIsInt($this->arrSql['search_htmlmail'])) {177 $this->setWhere('mailmaga_flg = ?');178 $this->arrVal[] = $this->arrSql['search_htmlmail'];179 } else {180 // メルマガ購読拒否は省く181 $this->setWhere('mailmaga_flg <> 3');182 }183 }175 $this->setWhere('status = 2'); 176 if (SC_Utils_Ex::sfIsInt($this->arrSql['search_htmlmail'])) { 177 $this->setWhere('mailmaga_flg = ?'); 178 $this->arrVal[] = $this->arrSql['search_htmlmail']; 179 } else { 180 // メルマガ購読拒否は省く 181 $this->setWhere('mailmaga_flg <> 3'); 182 } 183 } 184 184 } 185 185 -
branches/version-2_12-dev/data/class/pages/admin/contents/LC_Page_Admin_Contents.php
r21606 r21608 318 318 */ 319 319 function computeRankForDelete($news_id,$rank) { 320 SC_Helper_DB_Ex::sfDeleteRankRecord('dtb_news', 'news_id', $news_id);320 SC_Helper_DB_Ex::sfDeleteRankRecord('dtb_news', 'news_id', $news_id); 321 321 } 322 322 -
branches/version-2_12-dev/data/class/pages/admin/products/LC_Page_Admin_Products_ProductClass.php
r21598 r21608 603 603 $this->arrErr[$value[1]][$index] = '※ ' . $value[0] . 'で許可されている形式は、' . $str_ext . 'です。<br />'; 604 604 // ▲SC_CheckError::FILE_EXT_CHECK から移植 605 } else{605 } else { 606 606 $uniqname = date('mdHi') . '_' . uniqid('').'.'; 607 607 $temp_file = preg_replace("/^.*\./", $uniqname, $_FILES['down_realfilename']['name'][$index]);
Note: See TracChangeset
for help on using the changeset viewer.
