summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 22:10:11 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 22:10:11 +0100
commit42395d28746c8f6d7493234b1faae2910de5eddb (patch)
treeeb47cac9fef325b0266d34b890a554eb362f80bb /functions.php
parente6312f6c977eb1a9572f12ed3868055b3a79cdfc (diff)
ajaxify change email form
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 973374701..6a4d635b8 100644
--- a/functions.php
+++ b/functions.php
@@ -3174,8 +3174,8 @@
header("Pragma: no-cache"); // HTTP/1.0
}
- function format_warning($msg) {
- return "<div class=\"warning\">
+ function format_warning($msg, $id = "") {
+ return "<div class=\"warning\" id=\"$id\">
<img src=\"images/sign_excl.png\">$msg</div>";
}