diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-05-06 15:48:09 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-05-06 15:48:09 +0000 |
| commit | e6f76a711c16a69143940a49f50a905e8c925741 (patch) | |
| tree | bdd78b1a8815ded2c2ef7239aac8c13ce88ae857 /admin | |
| parent | 4aa255908a1499f30d0e7ee6406a9ce310aa535a (diff) | |
| download | messages-e6f76a711c16a69143940a49f50a905e8c925741.tar.gz messages-e6f76a711c16a69143940a49f50a905e8c925741.tar.bz2 messages-e6f76a711c16a69143940a49f50a905e8c925741.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 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 398ef88..eb6f108 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -45,9 +45,6 @@ foreach( array_keys( $tables ) AS $tableName ) { $gBitInstaller->registerPackageInfo( MESSAGES_PKG_NAME, array( 'description' => "An intra-site messaging system for users.", 'license' => '<a href="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</a>', - 'version' => '0.1', - 'state' => 'beta', - 'dependencies' => '', ) ); @@ -68,7 +65,6 @@ $gBitInstaller->registerSchemaIndexes( MESSAGES_PKG_NAME, $indices ); // ### Default Preferences $gBitInstaller->registerPreferences( MESSAGES_PKG_NAME, array( - //array(MESSAGES_PKG_NAME,'messages_site_contact','n'), array(MESSAGES_PKG_NAME,'messages_contact_user','admin'), ) ); ?> |
