diff options
| -rw-r--r-- | admin/schema_inc.php | 5 |
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'), ) ); |
