diff --git a/ChangeLog b/ChangeLog index 5785423064..6e1b5de767 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-20 Russell Bryant + + * funcs/func_enum.c: Shorten the module description (issue #5791) + 2005-11-17 Russell Bryant * Makefile: Fix the output of Makefile generated variables to doxygen diff --git a/funcs/func_enum.c b/funcs/func_enum.c index 6533d78363..fa291a42e3 100755 --- a/funcs/func_enum.c +++ b/funcs/func_enum.c @@ -198,7 +198,7 @@ struct ast_custom_function txtcidname_function = { #ifndef BUILTIN_FUNC -static char *tdesc = "ENUMLOOKUP allows for general or specific querying of NAPTR records or counts of NAPTR types for ENUM or ENUM-like DNS pointers"; +static char *tdesc = "ENUM Related Functions"; int unload_module(void) {