2013-05-25, 09:51 PM
Please check the attachment.
--------------------------------------------------------------
Thats /forum/index.php
---------------------------------------------------------------------
// We still have birthdays - display them in our list!
if(!empty($today_bdays))
{
foreach($today_bdays as $bdayuser)
{
if($bdayuser['displaygroup'] == 0)
{
$bdayuser['displaygroup'] = $bdayuser['usergroup'];
}
---------------------------------------------------------------------
Red Text = Line 233
What could be wrong here?
--------------------------------------------------------------
Thats /forum/index.php
---------------------------------------------------------------------
// We still have birthdays - display them in our list!
if(!empty($today_bdays))
{
foreach($today_bdays as $bdayuser)
{
if($bdayuser['displaygroup'] == 0)
{
$bdayuser['displaygroup'] = $bdayuser['usergroup'];
}
---------------------------------------------------------------------
Red Text = Line 233
What could be wrong here?