On Sun, Oct 11, 2009 at 4:11 AM, Markus <[email protected]> wrote:
>
> The [session warn] message in my form does not show up after
> submitting the form. [session msg] is working though.
Oops. Sorry about that. There is a typo in the BOLTabort function:
engine.php, around line 265, change $value to $m in the last line
below. It's not getting the message. To make things more clear, I'll
change all these $m to $msg in the next release.
function BOLTabort($id, $m='', $func='COMMAND') {
## ADDS A MESSAGE TO THE MSG ARRAY AND SHUTS DOWN PROCESSING
IMMEDIATELY. GENERALLY USED BY (FORM) COMMANDS THAT FAIL SOME KIND OF
TEST
if ($func != 'COMMAND') return $m;
BOLTmsg($id, $m);
Cheers,
Dan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---