Added missing apostrophe in sample user.register query.

git-svn-id: http://yate.null.ro/svn/yate/trunk@5839 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2014-06-10 09:01:03 +00:00
parent 01d170e8c4
commit 089cb172ed
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
[user.register]
; Query for the user.register message
;query=UPDATE users SET location='${data},expires=CURRENT_TIMESTAMP + INTERVAL '${expires} s' WHERE username='${username}'
;query=UPDATE users SET location='${data}',expires=CURRENT_TIMESTAMP + INTERVAL '${expires} s' WHERE username='${username}'
[user.unregister]