Vergleich install/resources/upgrade3.php - 1.6.5 - 1.6.18

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * $Id: upgrade3.php 5299 2010-12-28 23:39:56Z Tomm $

 * $Id$

 */

/**

 */

/**

Zeile 88Zeile 88
	}
else
{

	}
else
{

		$app = $_POST['attachmentspage'];

		$app = (int)$_POST['attachmentspage'];

	}

if($_POST['attachmentstart'])
{

	}

if($_POST['attachmentstart'])
{

		$startat = $_POST['attachmentstart'];

		$startat = (int)$_POST['attachmentstart'];

		$upper = $startat+$app;
$lower = $startat;
}

		$upper = $startat+$app;
$lower = $startat;
}

Zeile 228Zeile 228
	}
else
{

	}
else
{

		$app = $_POST['userspage'];

		$app = (int)$_POST['userspage'];

	}

if($_POST['avatarstart'])
{

	}

if($_POST['avatarstart'])
{

		$startat = $_POST['avatarstart'];

		$startat = (int)$_POST['avatarstart'];

		$upper = $startat+$app;
$lower = $startat;
}

		$upper = $startat+$app;
$lower = $startat;
}