summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-08-22 09:31:55 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-08-22 09:31:55 +0000
commit1cae246d597a0df5f0a62fe3a05b44e63723b7f4 (patch)
tree5f6027c0f5675aa36249a989f995b4f4dbc81e90 /admin
parenta0f952bf6b0dfc41004688e5c15d678426046241 (diff)
downloadcalendar-1cae246d597a0df5f0a62fe3a05b44e63723b7f4.tar.gz
calendar-1cae246d597a0df5f0a62fe3a05b44e63723b7f4.tar.bz2
calendar-1cae246d597a0df5f0a62fe3a05b44e63723b7f4.zip
register blank table to get calendar prefs installed
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index e099326..6670a29 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -12,4 +12,7 @@ $gBitInstaller->registerPackageInfo( CALENDAR_PKG_NAME, array(
$gBitInstaller->registerUserPermissions( CALENDAR_PKG_NAME, array(
array('bit_p_view_calendar', 'Can browse the calendar', 'basic', CALENDAR_PKG_NAME),
) );
+
+// this empty table registration is needed for the installer to pick it up to install the preferences
+$gBitInstaller->registerSchemaTable( CALENDAR_PKG_NAME, '', '' );
?>