diff options
Diffstat (limited to 'dash/profile.php')
| -rw-r--r-- | dash/profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dash/profile.php b/dash/profile.php index d7aa997..d8e4af3 100644 --- a/dash/profile.php +++ b/dash/profile.php @@ -43,7 +43,7 @@ $phonelink = '+'.preg_replace('/[^0-9]/', '', $user['phone']); <p>Zipcode: <?=htmlentities($user['zipcode']);?></p> <br /> <h4>Chat</h4> - <p><a href="#" onclick="bullechat.gui.create('<?=htmlentities($user['email'], ENT_HTML401 | ENT_QUOTES);?>'); return false;">Open a Chat</a></p> + <p><a href="#" onclick="bullechat.gui.create('<?=htmlentities($user['email'], ENT_HTML401 | ENT_QUOTES).'\', \''.htmlentities($user['name'], ENT_HTML401 | ENT_QUOTES);?>'); return false;">Open a Chat</a></p> </div> </div> <div id="proreviews"> |
