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 | a337309c4b6b79219d2b88e3ad5cbcbda9e04b7b (patch) | |
| tree | c9f9ae6ff0bacb1f50f5e524605cc7064ad60252 /admin | |
| parent | 779b3c8b839feacace34102ee3a1e44be0050589 (diff) | |
| download | rss-a337309c4b6b79219d2b88e3ad5cbcbda9e04b7b.tar.gz rss-a337309c4b6b79219d2b88e3ad5cbcbda9e04b7b.tar.bz2 rss-a337309c4b6b79219d2b88e3ad5cbcbda9e04b7b.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 7e3dff4..4c32d0e 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -30,9 +30,6 @@ foreach( array_keys( $tables ) AS $tableName ) { $gBitInstaller->registerPackageInfo( RSS_PKG_NAME, array( 'description' => "Resource Description Framework (RDF) Site Summary (RSS) is a lightweight multipurpose extensible metadata description and syndication format. It allows users to read healines from your site with a dedicated RSS reader.", 'license' => '<a href="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</a>', - 'version' => '0.1', - 'state' => 'alpha', - 'dependencies' => '', ) ); // ### Default Preferences |
