Forum .LRN Q&A: Re: Server recommend for dotLRN - with 80.000 users-

Collapse
Posted by Ola Hansson on
OK. You need to replace the quotation marks (") that surround the util_memoize arg with [list ...], like so:
set curriculum_bar_p [util_memoize [list llength [site_node::get_children -all -filters { package_key "curriculum" } -node_id $community_id]]]
Sorry about the confusion, but this ought to work.