갯수 -> 개수, 뮤죤님

This commit is contained in:
whitedot
2013-11-12 14:20:47 +09:00
parent f13964c6ec
commit 4ef22669d1
7 changed files with 20 additions and 20 deletions

View File

@ -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;