dbfcb28b by sayhoChun

hotfix) additional devel api done

1 parent 0dbe03a3
...@@ -321,7 +321,7 @@ if (! class_exists("ApiBoard")) ...@@ -321,7 +321,7 @@ if (! class_exists("ApiBoard"))
321 "; 321 ";
322 322
323 $result = $this->getArray($sql); 323 $result = $this->getArray($sql);
324 324 >
325 return $this->makeResultJson(1, "", $result, Array("totalCount"=>$cnt)); 325 return $this->makeResultJson(1, "", $result, Array("totalCount"=>$cnt));
326 } 326 }
327 327
......