mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update admin_attach_cp.php
This commit is contained in:
parent
666a5733e9
commit
60d0f2d4e6
@ -102,7 +102,7 @@ else if ($view == 'attachments')
|
|||||||
{
|
{
|
||||||
switch($mode)
|
switch($mode)
|
||||||
{
|
{
|
||||||
case 'filename':
|
case 'real_filename':
|
||||||
$order_by = 'ORDER BY a.real_filename ' . $sort_order . ' LIMIT ' . $start . ', ' . $bb_cfg['topics_per_page'];
|
$order_by = 'ORDER BY a.real_filename ' . $sort_order . ' LIMIT ' . $start . ', ' . $bb_cfg['topics_per_page'];
|
||||||
break;
|
break;
|
||||||
case 'comment':
|
case 'comment':
|
||||||
|
Loading…
Reference in New Issue
Block a user