Index: branches/version-2_12-dev/data/class/SC_CustomerList.php
===================================================================
--- branches/version-2_12-dev/data/class/SC_CustomerList.php	(revision 21607)
+++ branches/version-2_12-dev/data/class/SC_CustomerList.php	(revision 21608)
@@ -173,13 +173,13 @@
             // メルマガ受け取りの選択項目がフォームに存在する場合
             if (isset($this->arrSql['search_htmlmail'])) {
-		    $this->setWhere('status = 2');
-		    if (SC_Utils_Ex::sfIsInt($this->arrSql['search_htmlmail'])) {
-			    $this->setWhere('mailmaga_flg = ?');
-			    $this->arrVal[] = $this->arrSql['search_htmlmail'];
-		    } else {
-			    //　メルマガ購読拒否は省く
-			    $this->setWhere('mailmaga_flg <> 3');
-		    }
-	    }
+                $this->setWhere('status = 2');
+                if (SC_Utils_Ex::sfIsInt($this->arrSql['search_htmlmail'])) {
+                    $this->setWhere('mailmaga_flg = ?');
+                    $this->arrVal[] = $this->arrSql['search_htmlmail'];
+                } else {
+                    //　メルマガ購読拒否は省く
+                    $this->setWhere('mailmaga_flg <> 3');
+                }
+            }
         }
 
Index: branches/version-2_12-dev/data/class/pages/admin/products/LC_Page_Admin_Products_ProductClass.php
===================================================================
--- branches/version-2_12-dev/data/class/pages/admin/products/LC_Page_Admin_Products_ProductClass.php	(revision 21598)
+++ branches/version-2_12-dev/data/class/pages/admin/products/LC_Page_Admin_Products_ProductClass.php	(revision 21608)
@@ -603,5 +603,5 @@
                 $this->arrErr[$value[1]][$index] = '※ ' . $value[0] . 'で許可されている形式は、' . $str_ext . 'です。<br />';
             // ▲SC_CheckError::FILE_EXT_CHECK から移植
-            }else{
+            } else {
                 $uniqname = date('mdHi') . '_' . uniqid('').'.';
                 $temp_file = preg_replace("/^.*\./", $uniqname, $_FILES['down_realfilename']['name'][$index]);
Index: branches/version-2_12-dev/data/class/pages/admin/contents/LC_Page_Admin_Contents.php
===================================================================
--- branches/version-2_12-dev/data/class/pages/admin/contents/LC_Page_Admin_Contents.php	(revision 21606)
+++ branches/version-2_12-dev/data/class/pages/admin/contents/LC_Page_Admin_Contents.php	(revision 21608)
@@ -318,5 +318,5 @@
      */
     function computeRankForDelete($news_id,$rank) {
-	SC_Helper_DB_Ex::sfDeleteRankRecord('dtb_news', 'news_id', $news_id);
+        SC_Helper_DB_Ex::sfDeleteRankRecord('dtb_news', 'news_id', $news_id);
     }
 
