summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-05-06 15:48:10 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-05-06 15:48:10 +0000
commita337309c4b6b79219d2b88e3ad5cbcbda9e04b7b (patch)
treec9f9ae6ff0bacb1f50f5e524605cc7064ad60252 /admin
parent779b3c8b839feacace34102ee3a1e44be0050589 (diff)
downloadrss-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.php3
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