#295 이모티콘 목록 추출시 파일이름 순 정렬을 하여 노출하도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3162 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-12-06 05:43:30 +00:00
parent ecebb4192d
commit c870c7a194

View file

@ -46,6 +46,7 @@
if(eregi('\.(jpg|jpeg|gif|png)$',$file)) $output[] = sprintf("%s/%s", $path, str_replace($this->emoticon_path,'',$file));
}
$oDir->close();
if(count($output)) asort($output);
return $output;
}