diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-05-06 15:48:10 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-05-06 15:48:10 +0000 |
| commit | 11a8109e44216d5f1b012dcb46a3081d9b5aa00c (patch) | |
| tree | a901488c2d859e48b77cb7b307e0d2c3c3efdd69 /admin | |
| parent | f53c79e9e5963fa28b58494c69c84ab43a902948 (diff) | |
| download | search-11a8109e44216d5f1b012dcb46a3081d9b5aa00c.tar.gz search-11a8109e44216d5f1b012dcb46a3081d9b5aa00c.tar.bz2 search-11a8109e44216d5f1b012dcb46a3081d9b5aa00c.zip | |
clean up schema files, remove unused PackageInfo data - we really need a package manager for this, add plugin_path column to liberty_plugins
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 1405526..68247a5 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -46,9 +46,6 @@ $gBitInstaller->registerSchemaIndexes( SEARCH_PKG_NAME, $indices ); $gBitInstaller->registerPackageInfo( SEARCH_PKG_NAME, array( 'description' => "This package makes any content on your site searchable.", 'license' => '<a href="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</a>', - 'version' => '0.2', - 'state' => 'alpha', - 'dependencies' => '', ) ); // ### Default Preferences |
