summaryrefslogtreecommitdiff
path: root/watches.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-04-19 17:13:56 +0000
committerChristian Fowler <spider@viovio.com>2006-04-19 17:13:56 +0000
commitfc7b05c9d23251f84cd0989200a9a3818ea479ae (patch)
tree61e06afeadb1085dc275fedd9883ead522d6e358 /watches.php
parentb320d0821863954994e64a7c78e782662043a3af (diff)
downloadusers-fc7b05c9d23251f84cd0989200a9a3818ea479ae.tar.gz
users-fc7b05c9d23251f84cd0989200a9a3818ea479ae.tar.bz2
users-fc7b05c9d23251f84cd0989200a9a3818ea479ae.zip
mass kernel_config renaming for users_
Diffstat (limited to 'watches.php')
-rw-r--r--watches.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/watches.php b/watches.php
index 8b26e2f..e639f28 100644
--- a/watches.php
+++ b/watches.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/watches.php,v 1.4 2006/02/06 22:56:51 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_users/watches.php,v 1.5 2006/04/19 17:11:19 spiderr Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
*
- * $Id: watches.php,v 1.4 2006/02/06 22:56:51 squareing Exp $
+ * $Id: watches.php,v 1.5 2006/04/19 17:11:19 spiderr Exp $
* @package users
* @subpackage functions
*/
@@ -24,7 +24,7 @@ if (!$user) {
die;
}
-$gBitSystem->verifyFeature( 'user_watches' );
+$gBitSystem->verifyFeature( 'users_watches' );
if (isset($_REQUEST['hash'])) {
@@ -46,5 +46,5 @@ if (!isset($_REQUEST['event']))
$watches = $gBitUser->getWatches( $_REQUEST['event'] );
$gBitSmarty->assign('watches', $watches);
-$gBitSystem->display( 'bitpackage:users/user_watches.tpl');
+$gBitSystem->display( 'bitpackage:users/users_watches.tpl');
?>