소스 검색

too many =

development
mauirixxx 8 년 전
부모
커밋
56af4659db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      gw-toon.php

+ 1
- 1
gw-toon.php 파일 보기

@@ -41,7 +41,7 @@ if (!$_SESSION['userid']){
while ($row2 = $result2->fetch_array()){
$charactername = $row2['charname'];
$profcolor = $row2['profcolor'];
$_SESSION['profcolor'] == $profcolor;
$_SESSION['profcolor'] = $profcolor;
echo '<TITLE>' . $charactername . '</TITLE><BODY>';
echo '<STYLE TYPE="TEXT/CSS" MEDIA="SCREEN">body { background-color: ' . $profcolor . '; }</STYLE>';
}


불러오는 중...
취소
저장