delete limit

This commit is contained in:
Andrey Kuvshinov
2020-04-07 17:41:02 +03:00
parent 11e22806f5
commit 4bd943df22

View File

@@ -14,7 +14,7 @@ function priceid_kuri($id){
function addhash_kuri(){
$ssql = "SELECT `price_id`, `BeginDate` FROM `price` WHERE `pricehash` = '' LIMIT 10";
$ssql = "SELECT `price_id`, `BeginDate` FROM `price` WHERE `pricehash` = ''";
$items = dbl_get($ssql);
foreach ($items as $item) {