diff options
Diffstat (limited to 'admin/schema_inc.php')
| -rw-r--r-- | admin/schema_inc.php | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index f1acc9e..e099326 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -1,25 +1,15 @@ <?php global $gBitInstaller; -$gBitInstaller->makePackageHomeable('calendar'); +$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>', ) ); -// ### Defaults - // ### Default User Permissions $gBitInstaller->registerUserPermissions( CALENDAR_PKG_NAME, array( array('bit_p_view_calendar', 'Can browse the calendar', 'basic', CALENDAR_PKG_NAME), ) ); - -// ### Default Preferences -$gBitInstaller->registerPreferences( CALENDAR_PKG_NAME, array( - array (CALENDAR_PKG_NAME, 'calendar_blogs', 'y'), - array (CALENDAR_PKG_NAME, 'calendar_users', 'y'), - array (CALENDAR_PKG_NAME, 'calendar_wiki', 'y') -) ); - ?> |
