summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2008-11-19 05:37:10 +0000
committerTerry Wilson <twilson@digium.com>2008-11-19 05:37:10 +0000
commitc7f3c505e1f06bb181472ec36126f2ae2ccf5f61 (patch)
tree85b4ddd56fcf637a77a930c809f65518540aac28
parentafb571ba8fbc46cbe6c6d22421e32a13e66a6cbf (diff)
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
-rw-r--r--configs/cdr_adaptive_odbc.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/cdr_adaptive_odbc.conf.sample b/configs/cdr_adaptive_odbc.conf.sample
index af2d80688..c43b9a17e 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: