Index: /branches/camp/camp-2_5-E/data/class/pages/admin/system/LC_Page_Admin_System_Plugin.php
===================================================================
--- /branches/camp/camp-2_5-E/data/class/pages/admin/system/LC_Page_Admin_System_Plugin.php	(revision 19259)
+++ /branches/camp/camp-2_5-E/data/class/pages/admin/system/LC_Page_Admin_System_Plugin.php	(revision 19261)
@@ -98,19 +98,20 @@
         $objView->display(MAIN_FRAME);
     }
-/*
-    CREATE TABLE dtb_plugin (
-  plugin_id INT NOT NULL,
-  plugin_name VARCHAR(255) NOT NULL DEFAULT "",
-  enable INT NOT NULL DEFAULT 0,
-  del_flg INT NOT NULL DEFAULT 0,
-  class_name VARCHAR(255) NOT NULL DEFAULT NULL,
-  create_date DATETIME NOT NULL,
-  update_date DATETIME NOT NULL,
-  PRIMARY KEY (plugin_id)
-) TYPE=InnoDB;
-  */  
     
+    /*
+     CREATE TABLE dtb_plugin (
+     plugin_id INT NOT NULL,
+     plugin_name VARCHAR(255) NOT NULL DEFAULT "",
+     enable INT NOT NULL DEFAULT 0,
+     del_flg INT NOT NULL DEFAULT 0,
+     class_name VARCHAR(255) NOT NULL DEFAULT NULL,
+     create_date DATETIME NOT NULL,
+     update_date DATETIME NOT NULL,
+     PRIMARY KEY (plugin_id)
+     ) TYPE=InnoDB;
+     */
+
     function getPluginOnFilesystem($existsPlugins){
-        
+
         $dir = DATA_PATH."plugin/";
         $arrPlugins = array();
@@ -118,9 +119,9 @@
             while(($file = readdir($dh)) !== false){
                 if($file !='.' && $file !='..' && filetype($dir.$file) == 'dir'){
-                    
+
                 }
             }
         }
-        
+
 
     }
