X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=messages.php;h=187f083ff620592ce5e2373aa48f9315eb11fef1;hb=cabeae074fa4c0731c4374188c764398e4279f79;hp=8d8196d784c62317e8f9a1ac8ebb34c9cb2fd759;hpb=d03e8554ee3e80a6333126e67dd4c20f54ec700e;p=wfpl.git diff --git a/messages.php b/messages.php index 8d8196d..187f083 100644 --- a/messages.php +++ b/messages.php @@ -43,12 +43,12 @@ # Full-featured example: # # -#
+#
# # #
# -#

~message_text.html~

+#

~message_text.html~

# #
# @@ -74,6 +74,10 @@ function display_messages($template = 0) { $template = &$template->ref; } + if(function_exists('session_restore_messages')) { + session_restore_messages(); + } + if($GLOBALS['wfpl_messages']) { foreach($GLOBALS['wfpl_messages'] as $msg) { if($first) {