From 28a97b173827b036ca5d8d714afd629cb4d7b4b6 Mon Sep 17 00:00:00 2001 From: Esther Brunner <wikidesign@gmail.com> Date: Tue, 27 Feb 2007 13:34:28 +0100 Subject: [PATCH] HTML_PROFILEFORM_INJECTION event darcs-hash:20070227123428-20862-cc92070d15b116d6865eab3acc0a210ab17755f8.gz --- inc/html.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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> -- GitLab