差分発生行の前後
無視リスト:
コミット日時:
2010/04/02 22:58:58 (14 年前)
コミッタ:
sorshi
ログメッセージ:

radiko録音対応

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • trunk/install/perl/updatem2pfiletable.pl

    r94 r97  
    3131$sth = $dbh->prepare($stmt{'updatem2pfiletable.1'}); 
    3232        $sth->execute(); 
    33  
    3433while ($file = glob("$recfolderpath/*.m2?")) { 
    3534$file =~ s/$recfolderpath\///; 
     
    3837# print "$file\n"; 
    3938}#while 
     39while ($file = glob("$recfolderpath/*.aac")) { 
     40$file =~ s/$recfolderpath\///; 
     41    $sth = $dbh->prepare($stmt{'updatem2pfiletable.2'}); 
     42    $sth->execute($file); 
     43# print "$file\n"; 
     44}#while 
     45 
    4046$oserr = $dbh->commit; 
    4147 
track feed