Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -195,7 +195,7 @@ if ($bumon==99){ | @@ -195,7 +195,7 @@ if ($bumon==99){ | ||
| 195 | $PhpSeq[$intCnt]=$objData->syain_cd ; | 195 | $PhpSeq[$intCnt]=$objData->syain_cd ; |
| 196 | 196 | ||
| 197 | // アドレス | 197 | // アドレス |
| 198 | - $PhpAddr_E[$intCnt] = "<A HREF=javascript:mailchk('".$objData->mail_addr."');><span class=Normalfont>".$strMail."</span></A>"; | 198 | + $PhpAddr_E[$intCnt] = $strMail; |
| 199 | 199 | ||
| 200 | // 電話番号 | 200 | // 電話番号 |
| 201 | $PhpTel[$intCnt] = $strtel_no; | 201 | $PhpTel[$intCnt] = $strtel_no; |
| @@ -233,7 +233,7 @@ if ($bumon==99){ | @@ -233,7 +233,7 @@ if ($bumon==99){ | ||
| 233 | $PhpSeq[$intCnt]=$objData->syain_cd ; | 233 | $PhpSeq[$intCnt]=$objData->syain_cd ; |
| 234 | 234 | ||
| 235 | // アドレス | 235 | // アドレス |
| 236 | - $PhpAddr_E[$intCnt] = "<A HREF=javascript:mailchk('".$objData->mail_addr."');><span class=Normalfont>".$strMail."</span></A>"; | 236 | + $PhpAddr_E[$intCnt] = $strMail; |
| 237 | 237 | ||
| 238 | // 電話番号 | 238 | // 電話番号 |
| 239 | $PhpTel[$intCnt] = $strtel_no; | 239 | $PhpTel[$intCnt] = $strtel_no; |
Please
register
or
login
to post a comment