Vergleich inc/functions_posting.php - 1.8.8 - 1.8.12

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 214Zeile 214
		$extra = " pid='{$quoted_post['pid']}' dateline='{$quoted_post['dateline']}'";
}


		$extra = " pid='{$quoted_post['pid']}' dateline='{$quoted_post['dateline']}'";
}


	return "[quote='{$quoted_post['username']}'{$extra}]\n{$quoted_post['message']}\n[/quote]\n\n";







	$quote_char = '"';
if(strpos($quoted_post['username'], '"') !== false)
{
$quote_char = "'";
}

return "[quote={$quote_char}{$quoted_post['username']}{$quote_char}{$extra}]\n{$quoted_post['message']}\n[/quote]\n\n";

}

}