Index · Member List · Register

Announcement
Latest Version: 0.5.7

Please read the quick update thread for current developments.
Why donate? This is why.

IPTBB · Feedback · Modifications : Removing the last comma at the end of the users list.
01 Nov 2007 Removing the last comma at the end of the users list.
Demonic
Member
Avatar
Posts: 13

OPEN: ./statistics.php

FIND:
if( $count == 0 ){
$online = 'There are currently no users online.';
}

AFTER ADD:
if( $count > 0)
{
$online = substr($online,0,strlen($online)-2);
}

---------------
This is my signature noob.
Quote · Reply
01 Nov 2007 Re: Removing the last comma at t
Akura
Administrator
Avatar
Posts: 179

Thanks, will be in next patch (Will be on community site in a minute).

---------------
Yarr.
Quote · Reply

© 2006-2010 IPTBB Team
Powered by IPTBB :: Version 0.5.7 - Part of the AXSN Network