バグ #634
キャリア判定用ライブラリバグフィックス
ステータス: | 商用リリース | 開始日: | 2016/01/08 | |
---|---|---|---|---|
優先度: | 通常 | 期日: | ||
担当者: | 山本 義治 | 進捗 %: | 0% | |
カテゴリ: | システム全般 | 作業時間の記録: | - | |
対象バージョン: | - |
説明
ライブラリ未使用のためシステム上の影響範囲はなし
履歴
#1 山本 義治 が約9年前に更新
[admin@web1 maintenance]$ diff /www/aff_test_new/lib/util.lib /www/aff/lib/47c47 < else if(preg_match("/^SoftBank/", $agent) || preg_match("/^Vodafone/", $agent) || preg_match("/^MOT-/", $agent) || preg_match("/^J-PHONE/", $agent)) --- > else if(preg_match("/^Softbank/", $agent) || preg_match("/^Vodafone/", $agent) || preg_match("/^MOT-/", $agent) || preg_match("/^J-PHONE/", $agent)) 65c65 < else if(preg_match("/^SoftBank/", $agent) || preg_match("/^Vodafone/", $agent) || preg_match("/^MOT-/", $agent) || preg_match("/^J-PHONE/", $agent)) --- > else if(preg_match("/^Softbank/", $agent) || preg_match("/^Vodafone/", $agent) || preg_match("/^MOT-/", $agent) || preg_match("/^J-PHONE/", $agent))
[admin@web1 maintenance]$ cp -p /www/aff_test_new/lib/util.lib /www/aff/lib/