new design
This commit is contained in:
@@ -52,7 +52,7 @@ function clientbuys_kuri($client_id, $page = 1, $category_id = 1, $group_id = nu
|
||||
else
|
||||
$between = '';
|
||||
|
||||
$limit = 25;
|
||||
$limit = 28;
|
||||
$countsql = "
|
||||
SELECT
|
||||
DISTINCT COUNT(buy_id) as count
|
||||
@@ -226,7 +226,7 @@ function clientmail($mail, $hash){
|
||||
//весь активный архив
|
||||
function clients_arch($page = 16, $category_id = 1, $filter = 'all'){
|
||||
|
||||
$limit = 25;
|
||||
$limit = 28;
|
||||
|
||||
|
||||
if ($filter !== 'all'){
|
||||
|
||||
Reference in New Issue
Block a user