오타수정 - Bad79s님 제보
This commit is contained in:
@ -119,10 +119,10 @@ class item_list
|
|||||||
function set_type($type) {
|
function set_type($type) {
|
||||||
$this->type = $type;
|
$this->type = $type;
|
||||||
if ($type) {
|
if ($type) {
|
||||||
$this->set_list_skin($list_skin);
|
$this->set_list_skin($this->list_skin);
|
||||||
$this->set_list_mod($list_mod);
|
$this->set_list_mod($this->list_mod);
|
||||||
$this->set_list_row($list_row);
|
$this->set_list_row($this->list_row);
|
||||||
$this->set_img_size($img_width);
|
$this->set_img_size($this->img_width);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -51,7 +51,7 @@ for($i=0; $row=sql_fetch_array($result); $i++) {
|
|||||||
else
|
else
|
||||||
$soldout = '';
|
$soldout = '';
|
||||||
|
|
||||||
$str .= PHP_EOL.'<option value="'.$val[$key].','.$row['io_price'].','.$io_stock_qty.'">'.$val[$key].$price.$soldout.'</otpion>';
|
$str .= PHP_EOL.'<option value="'.$val[$key].','.$row['io_price'].','.$io_stock_qty.'">'.$val[$key].$price.$soldout.'</option>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user