Index: /branches/feature-module-update/data/class/util/SC_Utils.php
===================================================================
--- /branches/feature-module-update/data/class/util/SC_Utils.php	(revision 16771)
+++ /branches/feature-module-update/data/class/util/SC_Utils.php	(revision 16772)
@@ -86,14 +86,4 @@
                 SC_Utils::sfErrorHeader("&gt;&gt; /install/index.phpは、インストール完了後にファイルを削除してください。");
             }
-        }
-    }
-
-    // アップデートで生成されたPHPを読み出し
-    function sfLoadUpdateModule() {
-        // URL設定ディレクトリを削除
-        $main_php = ereg_replace(URL_DIR, "", $_SERVER['PHP_SELF']);
-        $extern_php = UPDATE_PATH . $main_php;
-        if(file_exists($extern_php)) {
-            require_once($extern_php);
         }
     }
Index: /branches/feature-module-update/html/admin/require.php
===================================================================
--- /branches/feature-module-update/html/admin/require.php	(revision 16680)
+++ /branches/feature-module-update/html/admin/require.php	(revision 16772)
@@ -69,9 +69,5 @@
 require_once($include_dir . "/.." . HTML2DATA_DIR . "module/Mail/mime.php");
 
-
 // インストールチェック
 SC_Utils_Ex::sfInitInstall();
-
-// アップデートで取得したPHPを読み出す
-SC_Utils_Ex::sfLoadUpdateModule();
 ?>
Index: /branches/feature-module-update/html/require.php
===================================================================
--- /branches/feature-module-update/html/require.php	(revision 16680)
+++ /branches/feature-module-update/html/require.php	(revision 16772)
@@ -102,6 +102,3 @@
 // 絵文字変換 (除去) フィルターを組み込む。
 ob_start(array('SC_MobileEmoji', 'handler'));
-
-// アップデートで取得したPHPを読み出す
-SC_Utils_Ex::sfLoadUpdateModule();
 ?>
Index: /branches/feature-module-update/html/mobile/require.php
===================================================================
--- /branches/feature-module-update/html/mobile/require.php	(revision 16582)
+++ /branches/feature-module-update/html/mobile/require.php	(revision 16772)
@@ -21,5 +21,5 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
- 
+
  */
 $include_dir = realpath(dirname( __FILE__));
@@ -82,7 +82,4 @@
 $objSession = new SC_Helper_Session_Ex();
 
-// アップデートで取得したPHPを読み出す
-SC_Utils_Ex::sfLoadUpdateModule();
-
 // モバイルサイト用の初期処理を実行する。
 if (!defined('SKIP_MOBILE_INIT')) {
