* fix a bug for import csv.

This commit is contained in:
wyd621
2013-12-30 01:46:50 +00:00
parent d9b3fc6c67
commit cb57f1d658
2 changed files with 25 additions and 19 deletions
+1 -1
View File
@@ -835,7 +835,7 @@ class testcase extends control
{
if($cellValue == 0)
{
$cese->$field = 0;
$case->$field = 0;
}
elseif(preg_match('/^#\d+$/', $cellValue))
{