Ver Fonte

:bug: 新建逐词解析 status=0

visuddhinanda@gmail.com há 4 anos atrás
pai
commit
f0f80f8b99
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      public/app/studio/project.php
  2. 1 1
      public/app/uwbw/create_wbw.php

+ 1 - 1
public/app/studio/project.php

@@ -222,7 +222,7 @@ switch ($op) {
 											$strXml, 
 											$strXml, 
 											mTime(), 
 											mTime(), 
 											mTime(), 
 											mTime(), 
-											$channelInfo["status"], 
+											0, 
 											$_COOKIE['userid'],
 											$_COOKIE['userid'],
 											$_COOKIE['uid']
 											$_COOKIE['uid']
 										);
 										);

+ 1 - 1
public/app/uwbw/create_wbw.php

@@ -201,7 +201,7 @@ foreach ($_para as $key => $para) {
 				$strXml,
 				$strXml,
 				mTime(),
 				mTime(),
 				mTime(),
 				mTime(),
-				$channelInfo["status"],
+				0,
 				$_COOKIE["userid"],
 				$_COOKIE["userid"],
 				$_COOKIE["uid"]
 				$_COOKIE["uid"]
 			);
 			);