debug
This commit is contained in:
@@ -88,7 +88,8 @@ class VideoInfoPage extends BasePage
|
||||
$arrVideo['vod_director'] = explode(',', $arrVideo['vod_director']);
|
||||
$arrVideo['vod_class'] = explode(',', $arrVideo['vod_class']);
|
||||
$arrVideo['vod_content'] = trim($arrVideo['vod_content']);
|
||||
$arrVideo['vod_content'] = trim($arrVideo['vod_content'], '\ ');
|
||||
$arrVideo['vod_content'] = mb_rtrim($arrVideo['vod_content'], '\ ');
|
||||
|
||||
$arrVideo['vod_content'] = ensureUtf8($arrVideo['vod_content']);
|
||||
|
||||
foreach ($arrVideo as $strKey => $mixedVal) {
|
||||
@@ -165,7 +166,7 @@ class VideoInfoPage extends BasePage
|
||||
'v_director' => $arrPageVideo['v_director'],
|
||||
'v_class' => $arrPageVideo['v_class'],
|
||||
'v_letter' => $arrPageVideo['v_letter'],
|
||||
// 'v_pic' => $arrPageVideo['v_pic'],
|
||||
'v_pic' => '',
|
||||
'v_lang' => $arrPageVideo['v_lang'],
|
||||
'v_area' => $arrPageVideo['v_area'],
|
||||
'v_year' => $arrPageVideo['v_year'],
|
||||
|
||||
Reference in New Issue
Block a user