1
Xoops v1.0 RC2 BUG fixed - 2002-02-06_01
1.visitors2
bug file:
modules/visitors2/include/modules/top_domain.module.php
dec:
visitors2 ,the month view always loading bug
fix
line 9
global $gDB, $gData;
change to
global $xoopsDB, $gData;
2.memberslist
bug file:
modules/memberslist/index.php
dec:
memberslist can no paging
fix:
line 146
$result = $xoopsDB->query($select.$where.$sort,0,$max,$min) or die($xoopsDB->error() );
change to
$result = $xoopsDB->query ($select.$where.$sort,$max,$min) or die($xoopsDB->error() );
FROM : goghs
[ Edited by w4z004 on 2002/2/6 5:34:49 ]