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: search.php 3478 2007-11-15 04:11:36Z Tikitiki $
| * $Id: search.php 3595 2008-01-09 00:10:57Z Tikitiki $
|
*/
| */
|
Zeile 100 | Zeile 100 |
---|
if($search['resulttype'] == "threads") { $sortfield = "t.lastpost";
|
if($search['resulttype'] == "threads") { $sortfield = "t.lastpost";
|
| $sortby = 'lastpost';
|
} else { $sortfield = "p.dateline";
|
} else { $sortfield = "p.dateline";
|
| $sortby = 'dateline';
|
}
|
}
|
$sortby = 'lastpost';
| |
break; }
| break; }
|