diff options
| -rw-r--r-- | admin/index.php | 4 | ||||
| -rw-r--r-- | templates/my_bitweaver.tpl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/admin/index.php b/admin/index.php index 8ca56fe..79a2f4c 100644 --- a/admin/index.php +++ b/admin/index.php @@ -1,5 +1,5 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_users/admin/index.php,v 1.17 2006/12/16 13:13:39 squareing Exp $ +// $Header: /cvsroot/bitweaver/_bit_users/admin/index.php,v 1.18 2007/02/24 08:51:09 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. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. @@ -50,7 +50,7 @@ function batchImportUsers() { //untested - spiderr if( $newUser->store( $userRecord ) ) { if( !empty( $userRecord['groups'] ) ) { - // groups need to be seperated by spaces since this is a csv file + // groups need to be separated by spaces since this is a csv file $groups = explode( " ", $userRecord['groups'] ); foreach( $groups as $group ) { if( $groupId = $gBitUser->groupExists( $group, ROOT_USER_ID ) ) { diff --git a/templates/my_bitweaver.tpl b/templates/my_bitweaver.tpl index 099b10f..0d091fb 100644 --- a/templates/my_bitweaver.tpl +++ b/templates/my_bitweaver.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_users/templates/my_bitweaver.tpl,v 1.9 2006/09/15 07:54:59 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_users/templates/my_bitweaver.tpl,v 1.10 2007/02/24 08:51:09 squareing Exp $ *} {strip} <div class="floaticon">{bithelp}</div> @@ -14,7 +14,7 @@ {* this is where we should add the following tabs: file manager - quota manager - currently on seperate page, but i believe this would be good in here. + quota manager - currently on separate page, but i believe this would be good in here. listing of submitted / edited stuff - similar to the old tiki personal tiki stuff. *} |
