summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-05-06 15:48:08 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-05-06 15:48:08 +0000
commitb60da93cd70c8244d67417727d931b92327c633a (patch)
tree404fc557ba5165156d8ba18f88720881ddf4686d /admin
parentbdf6406c33b5129342600adb96f289ffbde195ef (diff)
downloadlanguages-b60da93cd70c8244d67417727d931b92327c633a.tar.gz
languages-b60da93cd70c8244d67417727d931b92327c633a.tar.bz2
languages-b60da93cd70c8244d67417727d931b92327c633a.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.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 3990535..55316ef 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -63,15 +63,10 @@ $gBitInstaller->registerSchemaIndexes( LANGUAGES_PKG_NAME, $indices );
$gBitInstaller->registerPackageInfo( LANGUAGES_PKG_NAME, array(
'description' => "This package allows you to translate your site into a different language.",
'license' => '<a href="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</a>',
- 'version' => '0.1',
- 'state' => 'experimental',
- 'dependencies' => '',
) );
// ### Default Preferences
$gBitInstaller->registerPreferences( LANGUAGES_PKG_NAME, array(
- //array(LANGUAGES_PKG_NAME, 'babelfish','n'),
- //array(LANGUAGES_PKG_NAME, 'babelfish_logo','n'),
array(LANGUAGES_PKG_NAME, 'languages_record_untranslated','y'),
) );