Update of /cvsroot/xoops/xoops2/modules/system/admin/users
In directory sc8-pr-cvs1:/tmp/cvs-serv1575/modules/system/admin/users
Modified Files:
main.php
Log Message:
fixed the bug 0000297
Index: main.php
===================================================================
RCS file: /cvsroot/xoops/xoops2/modules/system/admin/users/main.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** main.php 3 Jan 2003 10:30:21 -0000 1.2
--- main.php 3 Jan 2003 23:04:37 -0000 1.3
***************
*** 64,68 ****
$count = count($memberslist_id);
if ( $count > 0 ) {
! $list = "<a href='".XOOPS_URL."/userinfo.php?uid=".$memberslist_id[0]."' target='_blank'>".$memberslist_uname['memberslist_id[0]]."</a>";
$hidden = "<input type='hidden' name='memberslist_id[]' value='".$memberslist_id[0]."' />\n";
for ( $i = 1; $i < $count; $i++ ) {
--- 64,68 ----
$count = count($memberslist_id);
if ( $count > 0 ) {
! $list = "<a href='".XOOPS_URL."/userinfo.php?uid=".$memberslist_id[0]."' target='_blank'>".$memberslist_uname['memberslist_id[0]']."</a>";
$hidden = "<input type='hidden' name='memberslist_id[]' value='".$memberslist_id[0]."' />\n";
for ( $i = 1; $i < $count; $i++ ) {
***************
*** 176,178 ****
break;
}
! ?>
\ No newline at end of file
--- 176,178 ----
break;
}
! ?>
|