category::get_id (public)

 category::get_id name [ locale ]

Defined in packages/categories/tcl/categories-procs.tcl

Gets the id of a category given a name.

Parameters:
name - the name of the category to retrieve
locale (defaults to "en_US") - the locale in which the name is supplied
Returns:
the category id or empty string if no category was found
Author:
Lee Denison <lee@xarg.co.uk>

Partial Call Graph (max 5 caller/called nodes):
%3 test_category_get_procs category_get_procs (test categories) category::get_id category::get_id test_category_get_procs->category::get_id db_string db_string (public) category::get_id->db_string

Testcases:
category_get_procs
[ show source ]
Show another procedure: