summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-11 13:03:51 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-11 13:03:51 +0000
commit3708228ac9cf06cce90de4300afb86d3abcaf220 (patch)
treefdf720f3afadd8312bba7aa7041a84a1d1a6e7a1 /index.php
parent694526768bceb6573e3ad16484f61b843bd46b47 (diff)
downloadcalendar-3708228ac9cf06cce90de4300afb86d3abcaf220.tar.gz
calendar-3708228ac9cf06cce90de4300afb86d3abcaf220.tar.bz2
calendar-3708228ac9cf06cce90de4300afb86d3abcaf220.zip
rename permissions to new standard using: p_<package>_<verb>_[<noun>]
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 39a8a15..30a8bcf 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_calendar/index.php,v 1.41 2006/03/01 20:16:03 spiderr Exp $
+// $Header: /cvsroot/bitweaver/_bit_calendar/index.php,v 1.42 2006/04/11 13:03:51 squareing Exp $
// Copyright( c ) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
@@ -11,7 +11,7 @@ include_once( CALENDAR_PKG_PATH.'Calendar.php' );
$gBitSystem->isPackageActive( 'calendar', TRUE );
-$gBitSystem->verifyPermission( 'bit_p_view_calendar' );
+$gBitSystem->verifyPermission( 'p_calendar_view' );
// set up $_SESSION and $_REQUEST to make the usable later on
// setup list of bit items displayed