|
|
@@ -1964,7 +1964,7 @@ class Fullorder extends Start_Controller {
|
|
|
}
|
|
|
//结束注释
|
|
|
**/
|
|
|
- $post['fpdata'] = str_replace(" ", "", $post['fpdata']); // 去除所有空格
|
|
|
+ $post['fpdata'] = preg_replace('/\s+/', '', $post['fpdata']); // 去除所有空格
|
|
|
$post['fpdata'] = str_replace(array("\r", "\n"), "", $post['fpdata']);
|
|
|
// $ud['fpdata'] = str_replace(" ", "", $ud['fpdata']); // 去除所有空格
|
|
|
// $ud['fpdata'] = str_replace(array("\r", "\n"), "", $ud['fpdata']);
|