phpBB

Code Changes

File: includes/bbcode.php

  Unmodified   Added   Modified   Removed
Line 35Line 35

/**
* Constructor


/**
* Constructor

	* Init bbcode cache entries if bitfield is specified

 
	*/
function __construct($bitfield = '')

	*/
function __construct($bitfield = '')

 
	{
$this->bbcode_set_bitfield($bitfield);
}

/**
* Init bbcode cache entries if bitfield is specified
*
* @param string $bbcode_bitfield The bbcode bitfield
*/
function bbcode_set_bitfield($bitfield = '')

	{
if ($bitfield)
{

	{
if ($bitfield)
{