|
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

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. |
|
|
| 01 Nov 2007 |
Re: Removing the last comma at t |
Akura Administrator

Posts: 179 |
Thanks, will be in next patch (Will be on community site in a minute).
--------------- Yarr. |
|
|