v0.7.3까지 반영 #114

Closed
Hide_D wants to merge 310 commits from devel into master
Showing only changes of commit 791e8b02c3 - Show all commits
+1
View File
@@ -47,6 +47,7 @@ foreach (SpecialityConst::WAR as $id=>$values) {
$text = getSpecialInfo($id);
$specialAll[$name] = $text;
}
$specialAll['-'] = '없음';
echo Json::encode($specialAll);
?>
;