Merge remote-tracking branch 'origin/pr-252'
This commit is contained in:
commit
0c6e56d146
|
@ -26,8 +26,8 @@
|
||||||
require_once("../class/config.php");
|
require_once("../class/config.php");
|
||||||
|
|
||||||
$fields = array (
|
$fields = array (
|
||||||
"sub_id" => array ("post", "integer", ""),
|
"sub_id" => array ("get", "integer", ""),
|
||||||
"status" => array ("post", "string", ""),
|
"status" => array ("get", "string", ""),
|
||||||
);
|
);
|
||||||
getFields($fields);
|
getFields($fields);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue