Ignore:
Timestamp:
Apr 12, 2011, 1:37:26 PM (13 years ago)
Author:
patdenice
Message:

Always load codemirror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/LocalFilesEditor/maintain.inc.php

    r8728 r10309  
    2222// +-----------------------------------------------------------------------+
    2323
    24 function plugin_install()
    25 {
    26   global $prefixeTable;
    27 
    28   $query = '
    29 INSERT INTO ' . CONFIG_TABLE . ' (param,value,comment)
    30 VALUES (\'LocalFilesEditor\' , \'off\' , \'LocalFiles Editor plugin parameters\');';
    31 
    32   pwg_query($query);
    33 }
    34 
    3524function plugin_uninstall()
    3625{
Note: See TracChangeset for help on using the changeset viewer.