removed blog id
This commit is contained in:
@@ -298,7 +298,7 @@ long RegisterPromoAction(CVars in){
|
||||
long ret = PHP_API_BAD_PARAM;
|
||||
CVars xx;
|
||||
try {
|
||||
long blog_id = REQ_LONG(in, "blog_id", 1, -1);
|
||||
//long blog_id = REQ_LONG(in, "blog_id", 1, -1);
|
||||
REQ_STRING (in, "category", 5, 49, "(.*)");
|
||||
REQ_STRING (in, "description", 5, 149, "(.*)");
|
||||
long admin_id = REQ_LONG(in, "admin_id", 1, -1);
|
||||
|
||||
Reference in New Issue
Block a user