typo
This commit is contained in:
parent
4544cab04b
commit
03c2f06b9d
@ -62,7 +62,7 @@ BTN;
|
|||||||
$btnLink = "?back={$this->id}&rnd=" . mt_rand();
|
$btnLink = "?back={$this->id}&rnd=" . mt_rand();
|
||||||
break;
|
break;
|
||||||
case 'marketbuy':
|
case 'marketbuy':
|
||||||
$btnValue = "Купить " . intval($this->setsale) . " кр.";
|
$btnValue = "Купить за " . intval($this->setsale) . " кр.";
|
||||||
$btnLink = "?otdel={$this->otdel}&set={$this->id}&rnd=" . mt_rand();
|
$btnLink = "?otdel={$this->otdel}&set={$this->id}&rnd=" . mt_rand();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user