チェンジセット 103
- コミット日時:
- 2010/05/05 18:46:40 (15 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/install/php/index.php
r94 r103 232 232 <p align="left">放映番組リストを表示します。</p> 233 233 234 <? 234 <?php 235 235 /* フィールド数 */ 236 236 $maxcols = $rs->columnCount(); trunk/install/php/listreserve.php
r94 r103 108 108 <p align="left">録画予約番組放映予定と予約番組名を表示します。</p> 109 109 110 <? 110 <?php 111 111 $rowdata = $rs->fetch(); 112 112 if (! $rowdata) { trunk/install/php/showplaylist.php
r94 r103 92 92 93 93 94 <? 94 <?php 95 95 $list = getgetform('list'); 96 96 trunk/install/php/titlelist.php
r94 r103 68 68 <p align="left">全番組リストを表示します。</p> 69 69 70 <? 70 <?php 71 71 /* フィールド数 */ 72 72 $maxcols = $rs->columnCount();