diff options
| author | wjames5 <will@tekimaki.com> | 2006-08-24 19:29:59 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2006-08-24 19:29:59 +0000 |
| commit | bae97863bc099adf706dc40b68e8946b766d1a92 (patch) | |
| tree | 58ab597f37e42cbc52d2bbde005901d0721d42f5 /watches.php | |
| parent | f59525c7e1644d1f0169c97385164a2e46e9fe88 (diff) | |
| download | users-bae97863bc099adf706dc40b68e8946b766d1a92.tar.gz users-bae97863bc099adf706dc40b68e8946b766d1a92.tar.bz2 users-bae97863bc099adf706dc40b68e8946b766d1a92.zip | |
patches tpl call bug
Diffstat (limited to 'watches.php')
| -rw-r--r-- | watches.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/watches.php b/watches.php index e639f28..e293412 100644 --- a/watches.php +++ b/watches.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/watches.php,v 1.5 2006/04/19 17:11:19 spiderr Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/watches.php,v 1.6 2006/08/24 19:29:59 wjames5 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.5 2006/04/19 17:11:19 spiderr Exp $ + * $Id: watches.php,v 1.6 2006/08/24 19:29:59 wjames5 Exp $ * @package users * @subpackage functions */ @@ -46,5 +46,5 @@ if (!isset($_REQUEST['event'])) $watches = $gBitUser->getWatches( $_REQUEST['event'] ); $gBitSmarty->assign('watches', $watches); -$gBitSystem->display( 'bitpackage:users/users_watches.tpl'); +$gBitSystem->display( 'bitpackage:users/user_watches.tpl'); ?> |
