Merge branch 'master' of github.com:easysoft/zentaopms

This commit is contained in:
wangyidong
2017-11-01 13:28:14 +08:00
58 changed files with 805 additions and 352 deletions
+2 -2
View File
@@ -832,8 +832,8 @@ class testtask extends control
}
}
$preCase = '';
$nextCase = '';
$preCase = array();
$nextCase = array();
if($preAndNext->pre)
{
$preCase['runID'] = $runID ? $preAndNext->pre->id : 0;