Vergleich inc/functions_post.php - 1.2.0 - 1.2.1

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html
*

 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html
*

 * $Id: functions_post.php 2165 2006-08-30 06:24:52Z chris $

 * $Id: functions_post.php 2201 2006-09-07 02:36:42Z Tikitiki $

 */

/**

 */

/**

Zeile 430Zeile 430
	if($post['icon'] > 0 && $icon_cache[$post['icon']])
{
$icon = $icon_cache[$post['icon']];

	if($post['icon'] > 0 && $icon_cache[$post['icon']])
{
$icon = $icon_cache[$post['icon']];

		$post['icon'] = "<img src=\"{$icon['path']}\" alt=\"{$icon['name']}\">&nbsp;";

		$post['icon'] = "<img src=\"{$icon['path']}\" alt=\"{$icon['name']}\" />&nbsp;";

	}
else
{

	}
else
{