1
wanderer
Xoops v1.0 RC2 BUG fixed - 2002-02-06_01

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



<small>[ Edited by w4z004 on 2002/2/6 5:34:49 ]</small>




TopTop



Login

Who's Online

171 user(s) are online (90 user(s) are browsing Support Forums)


Members: 0


Guests: 171


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits