removed blog id

This commit is contained in:
CHIEFSOFT\ameye
2024-11-24 16:31:01 -05:00
parent 8820211fff
commit 3e96733a36
+1 -1
View File
@@ -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);