Revize 1e8c793d
Přidáno uživatelem Michal Kliment před více než 9 roky(ů)
application/controllers/transfers.php | ||
---|---|---|
$order_by = 'id';
|
||
|
||
if (strtolower($order_by_direction) != 'desc')
|
||
$order_by_direction = 'desc';
|
||
$order_by_direction = 'asc';
|
||
|
||
// there are two groups of transfers
|
||
$arr_groups[Transfer_Model::OUTER_TRANSFERS] = __('Outer transfers');
|
Také k dispozici: Unified diff
Release 1.1.8