Index: trunk/install/php/selectcaptureimage.php =================================================================== --- trunk/install/php/selectcaptureimage.php (リビジョン 70) +++ trunk/install/php/selectcaptureimage.php (リビジョン 83) @@ -116,5 +116,5 @@ $tid = ereg_replace("[^0-9]", "", $tid); -$path = ereg_replace("\.m2p$", "", $m2pfilename); +$path = ereg_replace("\.m2p$|\.m2t$", "", $m2pfilename); $serveruri = getserverfqdn (); @@ -124,7 +124,7 @@ if (file_exists("./sb-edit.php") ) { -print "$tid:$countno:$filetid\n"; +print "$tid:$countno:$filetid\n"; }else{ -print "$tid:$countno:$filetid\n"; +print "$tid:$countno:$filetid\n"; } }//foreach