Zeile 6 | Zeile 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 389 | Zeile 389 |
---|
break; default: $mybb->input['sortby'] = "lastpost";
|
break; default: $mybb->input['sortby'] = "lastpost";
|
$sortfield = "t.lastpost";
| |
$sortby = "lastpost";
|
$sortby = "lastpost";
|
| $sortfield = "t.lastpost";
|
break; }
| break; }
|