diff options
| author | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:13 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:13 +0000 |
| commit | 43933cc82e6b2647150d41b43c83a52abd3259cd (patch) | |
| tree | 8654b996306c143a0670495729560b900052d603 /broadcast.php | |
| parent | 420d683384f6429f70bc14b2b223f4c7be4f948f (diff) | |
| download | messages-43933cc82e6b2647150d41b43c83a52abd3259cd.tar.gz messages-43933cc82e6b2647150d41b43c83a52abd3259cd.tar.bz2 messages-43933cc82e6b2647150d41b43c83a52abd3259cd.zip | |
change display call to use a hash for display options, add display_mode to options hashcreate_permission
Diffstat (limited to 'broadcast.php')
| -rw-r--r-- | broadcast.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/broadcast.php b/broadcast.php index 4829d95..0f74fdc 100644 --- a/broadcast.php +++ b/broadcast.php @@ -3,7 +3,7 @@ * message package modules * * @author -* @version $Header: /cvsroot/bitweaver/_bit_messages/broadcast.php,v 1.14 2007/06/17 13:53:04 squareing Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_messages/broadcast.php,v 1.15 2008/06/25 22:21:13 spiderr Exp $ * @package messages * @subpackage functions */ @@ -44,5 +44,5 @@ if( $gBitUser->isAdmin() ) { $gBitSmarty->assign( 'groups', $groups ); $gBitSmarty->assign( 'feedback', $feedback ); -$gBitSystem->display( 'bitpackage:messages/broadcast.tpl'); +$gBitSystem->display( 'bitpackage:messages/broadcast.tpl', NULL, array( 'display_mode' => 'display' )); ?> |
