번역 / 문구 수정 - 영어 번역

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6926 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-11-11 07:30:50 +00:00
parent 0ccabfcbbb
commit 119953f1db
7 changed files with 55 additions and 22 deletions

View file

@ -80,7 +80,7 @@
function setDepth(&$item, $depth, &$list, &$resultList)
{
$resultList[] =& $item;
$resultList[$item->category_srl] =& $item;
$item->depth = $depth;
$siblingList = $item->category_srl;
foreach($item->children as $child)