[ic] Is "if-mm" the same as "if_mm" ?

Interchange User interchange-users@icdevgroup.org
Mon Aug 26 13:38:01 2002


I need to use these statements inside a [calc] :

[if-mm advanced [sm-param submenu_depends_on]]
blah
[/if-mm]

and realized they don't work properly inside a [calc].  
Outside [calc], they work perfectly.

If I used the following instead:

my $submenu_depend = q{[sm-param submenu_depends_on]};
if ($Tag->if_mm('advanced','$submenu_depend')) {
blah
}

It's also not working.

Any pointers?

Is "if-mm" the same as "if_mm", in their definition and usage?