Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: index.php 4081 2008-08-08 01:47:02Z Tikitiki $
| * $Id: index.php 4151 2008-08-26 04:39:31Z Tikitiki $
|
*/
define("IN_MYBB", 1);
| */
define("IN_MYBB", 1);
|
Zeile 203 | Zeile 203 |
---|
++$bdaycount; $comma = ", "; }
|
++$bdaycount; $comma = ", "; }
|
if($hiddencount > 0)
| } if($hiddencount > 0) { if($bdaycount > 0)
|
{
|
{
|
if($bdaycount > 0) { $bdays .= " - "; } $bdays .= "{$hiddencount} {$lang->birthdayhidden}";
| $bdays .= " - ";
|
}
|
}
|
| $bdays .= "{$hiddencount} {$lang->birthdayhidden}";
|
} // If there are one or more birthdays, show them.
| } // If there are one or more birthdays, show them.
|