- improve performance of by using precomputed :folder_id instead of etp__get_folder_id() in SQL query- use ad_proc's argument parser instead of local implmentation in get_content_items- use numeric comparison operator for truth value comparisons
- use namespace qualifier rather than "global" command- fix reporting of errors from nested adp calls leading to "Error: rp_report_error: Error rendering error page (!)" Example http://openacs.org/shared/community-member?user_id=27685- normalize string expressions
- flatten nested "lindex" structures- merge multiple "lappend" operations- use "lassign" instead of multiple "lindex" operations- improve performance util_convert_line_breaks_to_html by reducing number of regsub operations and more precise regular expressions- use numeric comparison operator for truth value comparisons- use "lassign" instead of multiple "lindex" operations- reduce number of remaining "string equal" operations
- flatten nested "lindex" structures- use numeric comparison operator for truth value comparisons- use "lassign" instead of multiple "lindex" operations