aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LocalFilesEditor/maintain.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/LocalFilesEditor/maintain.inc.php')
-rw-r--r--plugins/LocalFilesEditor/maintain.inc.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/LocalFilesEditor/maintain.inc.php b/plugins/LocalFilesEditor/maintain.inc.php
index 81c5930dc..095ac7158 100644
--- a/plugins/LocalFilesEditor/maintain.inc.php
+++ b/plugins/LocalFilesEditor/maintain.inc.php
@@ -21,17 +21,6 @@
// | USA. |
// +-----------------------------------------------------------------------+
-function plugin_install()
-{
- global $prefixeTable;
-
- $query = '
-INSERT INTO ' . CONFIG_TABLE . ' (param,value,comment)
-VALUES (\'LocalFilesEditor\' , \'off\' , \'LocalFiles Editor plugin parameters\');';
-
- pwg_query($query);
-}
-
function plugin_uninstall()
{
global $prefixeTable;