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 | 1b17d3ce5fa72b76ac8b57563550bc18f6c872b3 (patch) | |
| tree | fb696eefa5f980759fd9e21e33d6e4b0e1fd98db /admin | |
| parent | e01a46d0c1be6b0334048b2613074bc273d650a6 (diff) | |
| download | nexus-1b17d3ce5fa72b76ac8b57563550bc18f6c872b3.tar.gz nexus-1b17d3ce5fa72b76ac8b57563550bc18f6c872b3.tar.bz2 nexus-1b17d3ce5fa72b76ac8b57563550bc18f6c872b3.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 d107bbe..29d9989 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -41,9 +41,6 @@ foreach( array_keys( $tables ) AS $tableName ) { $gBitInstaller->registerPackageInfo( NEXUS_PKG_NAME, array( 'description' => 'Nexus allows you to create multi level menus using a simple and intuitive interface. Menus can be of a dropdown style using css.', 'license' => '<a href="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</a>', - 'version' => '0.1', - 'state' => 'experimental', - 'dependencies' => '', ) ); // ### Default UserPermissions |
