diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2009-01-23 18:02:17 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2009-01-23 18:02:17 +0000 |
| commit | 8d94c2a4d5ffec191b77b1941a9a8ee1c9adf49b (patch) | |
| tree | edd94fcd3322608ce162ca7ecfa3bcdc43c92897 | |
| parent | 9bcd81b34a0e4c0f5dad112420f31b75c8194940 (diff) | |
| download | liberty-8d94c2a4d5ffec191b77b1941a9a8ee1c9adf49b.tar.gz liberty-8d94c2a4d5ffec191b77b1941a9a8ee1c9adf49b.tar.bz2 liberty-8d94c2a4d5ffec191b77b1941a9a8ee1c9adf49b.zip | |
disable by default
| -rw-r--r-- | plugins/data.pre.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/data.pre.php b/plugins/data.pre.php index c93f383..48a7285 100644 --- a/plugins/data.pre.php +++ b/plugins/data.pre.php @@ -3,7 +3,7 @@ * assigned_modules * * @author xing - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ * @package liberty * @subpackage plugins_data * @copyright Copyright (c) 2004, bitweaver.org @@ -16,7 +16,7 @@ define( 'PLUGIN_GUID_DATAPRE', 'datapre' ); global $gLibertySystem; $pluginParams = array ( 'tag' => 'PRE', - 'auto_activate' => TRUE, + 'auto_activate' => FALSE, 'requires_pair' => TRUE, 'load_function' => 'data_pre', 'title' => 'Pre', |
