Vergleich admin/maintenance.php - 1.2.1 - 1.2.2
Zeile 6 | Zeile 6 |
---|---|
* Website: http://www.mybboard.com |
* Website: http://www.mybboard.com |
* $Id: maintenance.php 2278 2006-09-27 10:29:17Z chris $ | * $Id: maintenance.php 2449 2006-11-27 22:57:17Z CraKteR $ |
*/ | */ |
Zeile 249 | Zeile 249 |
{ |
{ |
$fids = implode(',', $fids); | if(is_array($fids)) |
if($fids) | if($fids) |
Zeile 307 | Zeile 310 |
$start = ($page-1) * $per_page; |
$start = ($page-1) * $per_page; |
require_once MYBB_ROOT."/inc/functions_image.php"; | require_once MYBB_ROOT."inc/functions_image.php"; |
|
|