Process macros on snippets.

This commit is contained in:
JT Smith 2002-11-10 20:19:54 +00:00
parent 82b6bd33f8
commit ac66e79662

View file

@ -21,7 +21,7 @@ sub _replacement {
my (@param, $temp);
@param = WebGUI::Macro::getParams($_[0]);
($temp) = WebGUI::SQL->quickArray("select parameters from collateral where name=".quote($param[0]));
return $temp;
return WebGUI::Macro::process($temp);
}
#-------------------------------------------------------------------