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
+1 -1
View File
@@ -1470,7 +1470,7 @@ class testcase extends control
}
else
{
$steps = $cellValue;
$steps = (array)$cellValue;
if(strpos($cellValue, "\n"))
{
$steps = explode("\n", $cellValue);