diff options
author | patdenice <patdenice@piwigo.org> | 2011-04-12 11:37:26 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-04-12 11:37:26 +0000 |
commit | 95604ad8c13595e1625992d523c75c8a3c510635 (patch) | |
tree | d1fa0f981e612a7ef11da0b06b9d51563c60c0e8 /plugins/LocalFilesEditor/maintain.inc.php | |
parent | a740ef91e6689f86011b70c7bbe2589abf78ae6b (diff) |
Always load codemirror
git-svn-id: http://piwigo.org/svn/trunk@10309 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | plugins/LocalFilesEditor/maintain.inc.php | 11 |
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; |