Skip to content

Commit

Permalink
バグ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
stz2012 committed Aug 3, 2012
1 parent 509d7f7 commit dea6af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
$tmprec = new DBRecord(CHANNEL_TBL);
$recarr = $tmprec->fetch_array( "type", $type );
foreach( $recarr as $val) {
$channel_map["$val->channel_disc"] = $val->channel;
$channel_map["{$val['channel_disc']}"] = $val['channel'];
}
$st = 0;
$prec = null;
Expand Down

0 comments on commit dea6af6

Please sign in to comment.