チェンジセット 112: trunk/install/perl/folprep.pl
- コミット日時:
- 2010/08/23 00:10:13 (15 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/install/perl/folprep.pl
r111 r112 41 41 42 42 my $stationid = ""; 43 if ($pid <= 0){ 43 if ($pid <= 0){#EPG録画/キーワード録画 44 44 #EPG更新 & DB更新 45 45 $dbh = DBI->connect($DSN,$DBUser,$DBPass) ||die $DBI::error;; 46 46 $stationid = &pid2sid($pid); 47 &writelog("folprep DEBUG epgimport.pl $stationid"); 47 48 system("$toolpath/perl/epgimport.pl $stationid"); 48 }else{ 49 }else{#しょぼかる録画 49 50 #XMLゲット & DB更新 51 &writelog("folprep DEBUG getxml2db.pl"); 50 52 system("$toolpath/perl/getxml2db.pl"); 51 53 }