goto_url 경로에서 $ca_id를 ca_id로 수정
This commit is contained in:
@ -60,7 +60,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
|
||||
sql_query($sql);
|
||||
}
|
||||
|
||||
$qstr = "$ca_id=$ca_id&sfl=$sfl&sca=$sca&page=$page&stx=".urlencode($stx)."&save_stx=".urlencode($save_stx);
|
||||
$qstr = "ca_id=$ca_id&sfl=$sfl&sca=$sca&page=$page&stx=".urlencode($stx)."&save_stx=".urlencode($save_stx);
|
||||
|
||||
goto_url("itemlist.php?$qstr");
|
||||
?>
|
||||
Reference in New Issue
Block a user