Vergleich inc/class_parser.php - 1.8.0 - 1.8.1

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 1558Zeile 1558
	function mycode_prepare_list($matches)
{
// Append number to identify matching list tags

	function mycode_prepare_list($matches)
{
// Append number to identify matching list tags

		if($matches[1] == '[/list]')

		if(strcasecmp($matches[1], '[/list]') == 0)

		{
$count = array_pop($this->list_elements);
if($count !== NULL)

		{
$count = array_pop($this->list_elements);
if($count !== NULL)