File: edit_client.sql

package info (click to toggle)
teamspeak-server 2.0.24.1%2Bdebian-1
  • links: PTS
  • area: non-free
  • in suites: lenny
  • size: 3,076 kB
  • ctags: 215
  • sloc: sql: 927; sh: 232; makefile: 45
file content (5 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
UPDATE ts2_clients
SET b_client_privilege_serveradmin = :bServerAdmin,
    s_client_name = :sName,
    s_client_password = :sPassword
WHERE i_client_id = :iClientID ;