* finish the task #695.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-02-09 02:53:37 +00:00
parent dd66e05ea2
commit bbb9d5c0d6
+1 -1
View File
@@ -17,7 +17,7 @@ foreach($rows as $row)
echo '"';
foreach($fields as $fieldName => $fieldLabel)
{
isset($row->$fieldName) ? print($row->$fieldName) : print('');
isset($row->$fieldName) ? print(strip_tags($row->$fieldName)) : print('');
echo '","';
}
echo '"' . "\n";