Vergleich admin/modlogs.php - 1.2.1 - 1.2.4
Zeile 6 | Zeile 6 |
---|---|
* Website: http://www.mybboard.com |
* Website: http://www.mybboard.com |
* $Id: modlogs.php 2148 2006-08-27 04:10:33Z Tikitiki $ | * $Id: modlogs.php 2398 2006-11-12 12:04:17Z Tikitiki $ |
*/ | */ |
Zeile 74 | Zeile 74 |
if($orderby == "nameasc") |
if($orderby == "nameasc") |
$orderby = "ASC"; | $orderdir = "ASC"; |
} |
} |
$orderby = "DESC"; | $orderdir = "DESC"; |
} | } |