diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-10 21:12:05 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-10 21:12:05 +0000 |
| commit | da4bbc14d83a192cf0fcfa531e7d1eb4b88d411e (patch) | |
| tree | 0af839fae418fd8d8cd98c55765d525c30671ea8 /admin | |
| parent | ea700837aa497c2aadcc081cfe7909fcfdb22006 (diff) | |
| download | calendar-da4bbc14d83a192cf0fcfa531e7d1eb4b88d411e.tar.gz calendar-da4bbc14d83a192cf0fcfa531e7d1eb4b88d411e.tar.bz2 calendar-da4bbc14d83a192cf0fcfa531e7d1eb4b88d411e.zip | |
move homeable setting to registerPackage() settings
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index e52ed54..82b0eb6 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -1,8 +1,6 @@ <?php global $gBitInstaller; -$gBitInstaller->makePackageHomeable( 'calendar' ); - $gBitInstaller->registerPackageInfo( CALENDAR_PKG_NAME, array( 'description' => "Calendar package to display bitweaver entries by date, and set events", 'license' => '<a href="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</a>', |
