* change for 9.8.1 version.

This commit is contained in:
wangyidong
2018-03-13 11:29:28 +08:00
parent 341a9ce721
commit 8d64b4c9eb
49 changed files with 227 additions and 193 deletions
+1 -1
View File
@@ -101,7 +101,7 @@
$hasCustomPri = false;
foreach($lang->testcase->priList as $priKey => $priValue)
{
if($priKey != $priValue)
if($priKey != $priValue or strlen($priKey) != strlen($priValue))
{
$hasCustomPri = true;
break;