Vergleich editpost.php - 1.00 - 1.14

  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$

 * $Id: editpost.php 919 2005-12-04 19:19:17Z Kilroy $

 */

define("KILL_GLOBALS", 1);

 */

define("KILL_GLOBALS", 1);

Zeile 264Zeile 264
		$mybb->input['icon'] = "0";
}


		$mybb->input['icon'] = "0";
}


 
	$query = $db->query("SELECT * FROM ".TABLE_PREFIX."posts WHERE tid='$tid' ORDER BY dateline ASC LIMIT 0,1");
$firstcheck = $db->fetch_array($query);

	if($firstpost)
{
$newpost = array(

	if($firstpost)
{
$newpost = array(