Vergleich inc/functions_post.php - 1.4.0 - 1.4.3

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 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: functions_post.php 4052 2008-07-29 15:45:49Z Tikitiki $

 * $Id: functions_post.php 4143 2008-08-22 02:47:25Z Tikitiki $

 */

/**

 */

/**

Zeile 699Zeile 699
		{
if($validationcount == 1)
{

		{
if($validationcount == 1)
{

				$lang->postbit_unapproved_attachments = $lang->postbit_unapproved_attachment;

				$postbit_unapproved_attachments = $lang->postbit_unapproved_attachment;

			}
else
{

			}
else
{

				$lang->postbit_unapproved_attachments = $lang->sprintf($lang->postbit_unapproved_attachments, $validationcount);

				$postbit_unapproved_attachments = $lang->sprintf($lang->postbit_unapproved_attachments, $validationcount);

			}
eval("\$post['attachmentlist'] .= \"".$templates->get("postbit_attachments_attachment_unapproved")."\";");
}

			}
eval("\$post['attachmentlist'] .= \"".$templates->get("postbit_attachments_attachment_unapproved")."\";");
}