Fixes to restore Postgres compatibility.
This commit is contained in:
parent
64218127cb
commit
dc247baefd
9 changed files with 76 additions and 40 deletions
|
|
@ -34,7 +34,7 @@ sub process {
|
|||
foreach $macro (keys %{$session{macro}}) {
|
||||
$cmd = "WebGUI::Macro::".$macro."::process";
|
||||
$output = eval{&$cmd($output)};
|
||||
WebGUI::ErrorHandler::fatalError("Processing failed on macro: $macro.") if($@);
|
||||
WebGUI::ErrorHandler::fatalError("Processing failed on macro: $macro: ".$@) if($@);
|
||||
}
|
||||
return $output;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue