bying without function

This commit is contained in:
Igor Barkov [iwork]
2019-02-15 18:39:47 +02:00
parent 59e79ae66a
commit 59aef83c9a
3 changed files with 30 additions and 17 deletions
+2 -2
View File
@@ -61,8 +61,8 @@ BTN;
$btnValue = "Снять с продажи";
$btnLink = "?back={$this->id}&rnd=" . mt_rand();
break;
case 'marketshowmore':
$btnValue = "Развернуть";
case 'marketbuy':
$btnValue = "Купить " . intval($this->setsale) . " кр.";
$btnLink = "?otdel={$this->otdel}&set={$this->id}&rnd=" . mt_rand();
break;
}