summaryrefslogtreecommitdiff
path: root/configs/func_odbc.conf.sample
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2009-05-28 14:39:21 +0000
committerSean Bright <sean@malleable.com>2009-05-28 14:39:21 +0000
commitf22962a0c1973a867893bc144e5bd1bd44053a84 (patch)
tree2e8e77235c0fb39f0551db5e6012057fc8c580d0 /configs/func_odbc.conf.sample
parenta7d813cae7568f9c587dc994b0654d9b7384565a (diff)
Remove a bunch of trailing whitespace in preparation for reformatting/cleanup.
Let's try that again, this time removing trailing whitespace and not leading whitespace. I can't believe no one noticed. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@197535 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/func_odbc.conf.sample')
-rw-r--r--configs/func_odbc.conf.sample8
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/func_odbc.conf.sample b/configs/func_odbc.conf.sample
index 2b67e5396..1bc11be2e 100644
--- a/configs/func_odbc.conf.sample
+++ b/configs/func_odbc.conf.sample
@@ -76,10 +76,10 @@ readsql=${ARG1}
; ODBC_ANTIGF - A blacklist.
[ANTIGF]
dsn=mysql1,mysql2 ; Use mysql1 as the primary handle, but fall back to mysql2
-; if mysql1 is down. Supports up to 5 comma-separated
-; DSNs. "dsn" may also be specified as "readhandle" and
-; "writehandle", if it is important to separate reads and
-; writes to different databases.
+ ; if mysql1 is down. Supports up to 5 comma-separated
+ ; DSNs. "dsn" may also be specified as "readhandle" and
+ ; "writehandle", if it is important to separate reads and
+ ; writes to different databases.
readsql=SELECT COUNT(*) FROM exgirlfriends WHERE callerid='${SQL_ESC(${ARG1})}'
syntax=<callerid>
synopsis=Check if a specified callerid is contained in the ex-gf database