no longer need to preprocess macros on snippets
This commit is contained in:
parent
b9f3d8becb
commit
8574532ffc
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ sub process {
|
||||||
my (@param, $temp);
|
my (@param, $temp);
|
||||||
@param = WebGUI::Macro::getParams($_[0]);
|
@param = WebGUI::Macro::getParams($_[0]);
|
||||||
($temp) = WebGUI::SQL->quickArray("select parameters from collateral where name=".quote($param[0]));
|
($temp) = WebGUI::SQL->quickArray("select parameters from collateral where name=".quote($param[0]));
|
||||||
return WebGUI::Macro::process($temp);
|
return $temp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue