summaryrefslogtreecommitdiff
path: root/admin/admin_messages_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/admin_messages_inc.php')
-rw-r--r--admin/admin_messages_inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/admin_messages_inc.php b/admin/admin_messages_inc.php
index 9c25768..bfed6fe 100644
--- a/admin/admin_messages_inc.php
+++ b/admin/admin_messages_inc.php
@@ -1,10 +1,10 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_messages/admin/admin_messages_inc.php,v 1.3 2008/10/16 09:48:23 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_messages/admin/admin_messages_inc.php,v 1.4 2009/10/01 13:45:44 wjames5 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.
-// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
+// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
$usersList = $gBitUser->getSelectionList();
$gBitSmarty->assign( 'usersList', ( count( $usersList ) < 50 ) ? $usersList : NULL );