- Timestamp:
- 08/27/10 23:01:58 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/teamspeakviewer/libraries/teamspeak3.lib.php
r4356 r4599 22 22 * 23 23 * @license GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 24 *25 24 * @author Jens-André Koch <vain@clansuite.com> 26 25 * @copyright Copyleft: All rights reserved. Jens-André Koch (2005-onwards) 27 *28 26 * @link http://www.clansuite.com 29 * @link http://gna.org/projects/clansuite30 27 * 31 28 * @version SVN: $Id$ … … 388 385 while(strpos($data, 'msg=') === false); 389 386 390 # clansuite_xdebug::printR($data);387 #Clansuite_Debug::printR($data); 391 388 392 389 # now check if the server response data contains an error … … 512 509 $response .= $this->ServerQueryCommand('channellist -topic -flags -voice -limits'); 513 510 $response .= $this->ServerQueryCommand('clientlist -uid -away -voice -groups'); 514 # clansuite_xdebug::printR($this->toArray($response));511 #Clansuite_Debug::printR($this->toArray($response)); 515 512 516 513 return $response; … … 527 524 $response .= $this->ServerQueryCommand('use sid='.$this->getVirtualServerID()); 528 525 $response .= $this->ServerQueryCommand('serverlist -all'); 529 # clansuite_xdebug::printR($this->toArray($response));526 #Clansuite_Debug::printR($this->toArray($response)); 530 527 531 528 return $response;
Note: See TracChangeset
for help on using the changeset viewer.
