正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -258,6 +258,7 @@ class WeekProject extends Command | @@ -258,6 +258,7 @@ class WeekProject extends Command | ||
| 258 | } | 258 | } |
| 259 | $timestamp = strtotime('tomorrow 9:00 AM'); | 259 | $timestamp = strtotime('tomorrow 9:00 AM'); |
| 260 | $tomorrowNineAM = date('Y-m-d H:i:s', $timestamp); | 260 | $tomorrowNineAM = date('Y-m-d H:i:s', $timestamp); |
| 261 | + $content = preg_replace('/[\x00-\x1F\x7F]/u', '', $content); | ||
| 261 | $param = [ | 262 | $param = [ |
| 262 | 'project_id'=>$project_id, | 263 | 'project_id'=>$project_id, |
| 263 | 'friend_id'=>$friend_id, | 264 | 'friend_id'=>$friend_id, |
-
请 注册 或 登录 后发表评论