Vergleich admin/inc/class_form.php - 1.6.5 - 1.6.9

  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: class_form.php 5624 2011-10-02 19:07:56Z ralgith $

 * $Id$

 */

/**

 */

/**

Zeile 800Zeile 800
	function end()
{
global $plugins;

	function end()
{
global $plugins;

		$plugins->run_hooks_by_ref("admin_form_end", $this);

		$plugins->run_hooks("admin_form_end", $this);

		if($this->_return == false)
{
echo "</form>";

		if($this->_return == false)
{
echo "</form>";