チェンジセット 54
- コミット日時:
- 2007/05/07 12:16:14 (18 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/install/perl/updatem2pfiletable.pl
r1 r54 48 48 $sth->execute(); 49 49 50 @mp4filelist = `find $ recfolderpath | grep MP4`;51 # find /home/foltia/php/tv | grep MP450 @mp4filelist = `find ${recfolderpath}/ | grep MP4`;#by foltia dev ticket #5 http://www.dcc-jpl.com/foltia/ticket/5 51 # find /home/foltia/php/tv/ | grep MP4 52 52 53 53 #/home/foltia/php/tv/1057.localized/mp4/M4V-1057-14-20061016-2345.MP4 54 54 #/home/foltia/php/tv/1057.localized/mp4/M4V-1057-15-20061023-2345.MP4 55 56 55 57 56 foreach (@mp4filelist) { … … 68 67 $sth->execute(); 69 68 70 71 69 #print "$filetid;$fileline[2];$query\n" 72 70 # http://www.atmarkit.co.jp/fnetwork/rensai/sql03/sql1.html