Vergleich forumdisplay.php - 1.2.10 - 1.2.14

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

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

 * $Id: forumdisplay.php 3533 2007-12-02 01:33:38Z chris $

 * $Id: forumdisplay.php 3595 2008-01-09 00:10:57Z Tikitiki $

 */

define("IN_MYBB", 1);

 */

define("IN_MYBB", 1);

Zeile 389Zeile 389
		break;
default:
$mybb->input['sortby'] = "lastpost";

		break;
default:
$mybb->input['sortby'] = "lastpost";

 
		$sortby = "lastpost";

		$sortfield = "t.lastpost";
break;
}

		$sortfield = "t.lastpost";
break;
}