Index: branches/version-2_13-dev/data/class/pages/admin/products/LC_Page_Admin_Products_UploadCSVCategory.php
===================================================================
--- branches/version-2_13-dev/data/class/pages/admin/products/LC_Page_Admin_Products_UploadCSVCategory.php	(revision 22742)
+++ branches/version-2_13-dev/data/class/pages/admin/products/LC_Page_Admin_Products_UploadCSVCategory.php	(revision 22822)
@@ -258,5 +258,5 @@
 
         // カテゴリ件数を更新
-        SC_Helper_DB_EX::sfCountCategory($objQuery);
+        SC_Helper_DB_Ex::sfCountCategory($objQuery);
         return;
     }
@@ -610,5 +610,5 @@
         if (array_search($keyname, $this->arrFormKeyList) !== FALSE  //入力対象である
             && $item[$keyname] != ''   // 空ではない
-            && !SC_Helper_DB_EX::sfIsRecord($table, $keyname, (array)$item[$keyname]) //DBに存在するか
+            && !SC_Helper_DB_Ex::sfIsRecord($table, $keyname, (array)$item[$keyname]) //DBに存在するか
         ) {
             return false;
Index: branches/version-2_13-dev/data/class/util/SC_Utils.php
===================================================================
--- branches/version-2_13-dev/data/class/util/SC_Utils.php	(revision 22736)
+++ branches/version-2_13-dev/data/class/util/SC_Utils.php	(revision 22822)
@@ -1810,5 +1810,5 @@
                 // コピー先に無いディレクトリの場合、ディレクトリ作成.
                 if (!empty($filename) && !file_exists($dest_file_path)) mkdir($dest_file_path);
-                SC_Utils_EX::copyDirectory($cur_path . '/', $dest_file_path . '/');
+                SC_Utils_Ex::copyDirectory($cur_path . '/', $dest_file_path . '/');
             } else {
                 if (file_exists($dest_file_path)) unlink($dest_file_path);
