チェンジセット 83: trunk/install/php/reserveepgcomp.php
- コミット日時:
- 2008/12/30 22:12:46 (16 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/install/php/reserveepgcomp.php
r70 r83 78 78 }else{ 79 79 $rowdata = pg_fetch_row($rs, 0); 80 80 81 $insertpid = $rowdata[0]; 81 $insertpid-- ; 82 if ($insertpid > 0){ 83 $insertpid = -1; 84 }else{ 85 $insertpid-- ; 86 } 82 87 } 83 88 // next 話数を探す … … 121 126 values ( '$insertpid','0','$stationid', 122 127 '$nextcno','$subtitle','$startdatetime','$enddatetime','0' ,'$lengthmin' , '$memberid')"; 123 124 128 $rs = m_query($con, $query, "DBクエリに失敗しました"); 125 129 … … 143 147 } 144 148 145 ?>146 149 147 148 <?php149 150 print "<table width=\"100%\" border=\"0\"> 150 151 <tr><td>放送開始</td><td>$startdatetime</td></tr>