상품복사시 설명 에디터 이미지 복사되지 않는 오류 수정
This commit is contained in:
@ -49,7 +49,7 @@ sql_query($opt_sql);
|
|||||||
|
|
||||||
// html 에디터로 첨부된 이미지 파일 복사
|
// html 에디터로 첨부된 이미지 파일 복사
|
||||||
if($cp['it_explan']) {
|
if($cp['it_explan']) {
|
||||||
$matchs = get_editor_image($cp['it_explan']);
|
$matchs = get_editor_image($cp['it_explan'], false);
|
||||||
|
|
||||||
// 파일의 경로를 얻어 복사
|
// 파일의 경로를 얻어 복사
|
||||||
for($i=0;$i<count($matchs[1]);$i++) {
|
for($i=0;$i<count($matchs[1]);$i++) {
|
||||||
@ -75,7 +75,7 @@ if($cp['it_explan']) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if($cp['it_mobile_explan']) {
|
if($cp['it_mobile_explan']) {
|
||||||
$matchs = get_editor_image($cp['it_mobile_explan']);
|
$matchs = get_editor_image($cp['it_mobile_explan'], false);
|
||||||
|
|
||||||
// 파일의 경로를 얻어 복사
|
// 파일의 경로를 얻어 복사
|
||||||
for($i=0;$i<count($matchs[1]);$i++) {
|
for($i=0;$i<count($matchs[1]);$i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user