[svn-commits] file: branch 1.4 r59042 - /branches/1.4/funcs/func_cdr.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Mar 19 08:52:28 MST 2007


Author: file
Date: Mon Mar 19 10:52:28 2007
New Revision: 59042

URL: http://svn.digium.com/view/asterisk?view=rev&rev=59042
Log:
Fix typo in help for CDR function. (issue #9295 reported by ajohnson)

Modified:
    branches/1.4/funcs/func_cdr.c

Modified: branches/1.4/funcs/func_cdr.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/funcs/func_cdr.c?view=diff&rev=59042&r1=59041&r2=59042
==============================================================================
--- branches/1.4/funcs/func_cdr.c (original)
+++ branches/1.4/funcs/func_cdr.c Mon Mar 19 10:52:28 2007
@@ -129,7 +129,7 @@
 "  For example, 'start', 'answer', and 'end' will be retrieved as epoch\n"
 "  values, when the 'u' option is passed, but formatted as YYYY-MM-DD HH:MM:SS\n"
 "  otherwise.  Similarly, disposition and amaflags will return their raw\n"
-"  integral values.\n",
+"  integral values.\n"
 "  Here is a list of all the available cdr field names:\n"
 "    clid          lastdata       disposition\n"
 "    src           start          amaflags\n"



More information about the svn-commits mailing list