갯수 -> 개수, 뮤죤님
This commit is contained in:
@ -484,7 +484,7 @@ function conv_content($content, $html)
|
||||
$target[] = "<br/>";
|
||||
}
|
||||
|
||||
// 테이블 태그의 갯수를 세어 테이블이 깨지지 않도록 한다.
|
||||
// 테이블 태그의 수를 세어 테이블이 깨지지 않도록 한다.
|
||||
$table_begin_count = substr_count(strtolower($content), "<table");
|
||||
$table_end_count = substr_count(strtolower($content), "</table");
|
||||
for ($i=$table_end_count; $i<$table_begin_count; $i++)
|
||||
@ -2306,7 +2306,7 @@ function googl_short_url($longUrl)
|
||||
}
|
||||
|
||||
|
||||
// 임시 저장된 글 갯수
|
||||
// 임시 저장된 글 수
|
||||
function autosave_count($mb_id)
|
||||
{
|
||||
global $g5;
|
||||
|
||||
@ -89,7 +89,7 @@ class item_list
|
||||
// true 인 경우 페이지를 구한다.
|
||||
protected $is_page = false;
|
||||
|
||||
// 페이지 표시를 위하여 총 상품 갯수를 구합니다.
|
||||
// 페이지 표시를 위하여 총 상품수를 구합니다.
|
||||
public $total_count = 0;
|
||||
|
||||
// sql limit 의 시작 레코드
|
||||
@ -733,7 +733,7 @@ function display_type($type, $list_skin='', $list_mod='', $list_row='', $img_wid
|
||||
$img_width = $img_width ? $img_width : $default["de_type{$type}_img_width"];
|
||||
$img_height = $img_height ? $img_height : $default["de_type{$type}_img_height"];
|
||||
|
||||
// 상품의 갯수
|
||||
// 상품수
|
||||
$items = $list_mod * $list_row;
|
||||
|
||||
// 1.02.00
|
||||
@ -768,7 +768,7 @@ function mobile_display_type($type, $skin_file, $list_row, $img_width, $img_heig
|
||||
{
|
||||
global $member, $g5, $config;
|
||||
|
||||
// 상품의 갯수
|
||||
// 상품수
|
||||
$items = $list_row;
|
||||
|
||||
// 1.02.00
|
||||
@ -799,7 +799,7 @@ function display_category($no, $list_mod, $list_row, $img_width, $img_height, $c
|
||||
{
|
||||
global $member, $g5;
|
||||
|
||||
// 상품의 갯수
|
||||
// 상품수
|
||||
$items = $list_mod * $list_row;
|
||||
|
||||
$sql = " select * from {$g5['g5_shop_item_table']} where it_use = '1'";
|
||||
@ -1138,7 +1138,7 @@ function display_event($no, $event, $list_mod, $list_row, $img_width, $img_heigh
|
||||
{
|
||||
global $member, $g5;
|
||||
|
||||
// 상품의 갯수
|
||||
// 상품수
|
||||
$items = $list_mod * $list_row;
|
||||
|
||||
// 1.02.00
|
||||
|
||||
Reference in New Issue
Block a user