Showing
1 changed file
with
2 additions
and
2 deletions
| ... | ... | @@ -195,7 +195,7 @@ if ($bumon==99){ |
| 195 | 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 | 201 | $PhpTel[$intCnt] = $strtel_no; |
| ... | ... | @@ -233,7 +233,7 @@ if ($bumon==99){ |
| 233 | 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 | 239 | $PhpTel[$intCnt] = $strtel_no; | ... | ... |
Please
register
or
login
to post a comment