Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sayhoChun
/
kcSpecialVehicle
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
dbfcb28b
authored
2017-10-11 10:26:18 +0900
by
sayhoChun
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
hotfix) additional devel api done
1 parent
0dbe03a3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
.idea/workspace.xml
common/classes/ApiBoard.php
.idea/workspace.xml
View file @
dbfcb28
This diff is collapsed.
Click to expand it.
common/classes/ApiBoard.php
View file @
dbfcb28
...
...
@@ -321,7 +321,7 @@ if (! class_exists("ApiBoard"))
"
;
$result
=
$this
->
getArray
(
$sql
);
>
return
$this
->
makeResultJson
(
1
,
""
,
$result
,
Array
(
"totalCount"
=>
$cnt
));
}
...
...
Please
register
or
sign in
to post a comment