File: delete_channel_privilege.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 (4 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (2)
1
2
3
4
DELETE FROM ts2_channel_privileges
WHERE i_cp_server_id = :iServerID
AND i_cp_channel_id = :iChannelID
AND i_cp_client_id = :iClientID ;