diff options
author | Esther Brunner <wikidesign@gmail.com> | 2007-02-27 13:34:28 +0100 |
---|---|---|
committer | Esther Brunner <wikidesign@gmail.com> | 2007-02-27 13:34:28 +0100 |
commit | 28a97b173827b036ca5d8d714afd629cb4d7b4b6 (patch) | |
tree | a7248e56ced9b0ccdc6feea7b5a1d3fdbdd17075 /inc | |
parent | c06c1c7a81c74301fd1e6f575f9af95dedb6d6d3 (diff) | |
download | rpg-28a97b173827b036ca5d8d714afd629cb4d7b4b6.tar.gz rpg-28a97b173827b036ca5d8d714afd629cb4d7b4b6.tar.bz2 |
HTML_PROFILEFORM_INJECTION event
darcs-hash:20070227123428-20862-cc92070d15b116d6865eab3acc0a210ab17755f8.gz
Diffstat (limited to 'inc')
-rw-r--r-- | inc/html.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index 01a796bf7..5eaa06d8b 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1027,7 +1027,10 @@ function html_updateprofile(){ <input type="password" name="oldpass" class="edit" size="50" /> </label><br /> <?php } ?> - + <?php //bad and dirty event insert hook + $evdata = array(); + trigger_event('HTML_PROFILEFORM_INJECTION', $evdata); + ?> <input type="submit" class="button" value="<?php echo $lang['btn_save']?>" /> <input type="reset" class="button" value="<?php echo $lang['btn_reset']?>" /> </fieldset> |