From: Terry Wilson Date: Wed, 19 Nov 2008 05:37:10 +0000 (+0000) Subject: Comment out config line that is in a commented out context X-Git-Tag: 1.6.2.0-beta1~834 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7f3c505e1f06bb181472ec36126f2ae2ccf5f61;p=thirdparty%2Fasterisk.git Comment out config line that is in a commented out context git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@157675 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/cdr_adaptive_odbc.conf.sample b/configs/cdr_adaptive_odbc.conf.sample index af2d806886..c43b9a17e2 100644 --- a/configs/cdr_adaptive_odbc.conf.sample +++ b/configs/cdr_adaptive_odbc.conf.sample @@ -41,7 +41,7 @@ ; Additionally, we now support setting static values per column. Reason ; for this is to allow different sections to specify different values for ; a certain named column, presumably separated by filters. -static "Some Special Value" => identifier_code +;static "Some Special Value" => identifier_code ; On Wednesday 10 September 2008 21:11:16 Tilghman Lesher wrote: