- Timestamp:
- 08/27/10 23:01:58 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/shockvoiceviewer/library/shockvoice.class.php
r4359 r4599 29 29 * 30 30 * @link http://www.clansuite.com 31 * @link http://gna.org/projects/ 31 32 32 * 33 33 * @version SVN: $Id$ … … 93 93 $xmldata .= '</sv>'; 94 94 95 # clansuite_xdebug::printr($xmldata);95 #Clansuite_Debug::printr($xmldata); 96 96 97 97 # parse XML … … 110 110 xml_parser_free($this->parser); 111 111 112 # clansuite_xdebug::printr($this->shockvoice);112 #Clansuite_Debug::printr($this->shockvoice); 113 113 114 114 # if there is nothing to output … … 190 190 break; 191 191 } 192 # clansuite_xdebug::printr($attributes);192 #Clansuite_Debug::printr($attributes); 193 193 } 194 194 } … … 222 222 ); 223 223 } 224 # clansuite_xdebug::printr($this->shockvoice['channels']);224 #Clansuite_Debug::printr($this->shockvoice['channels']); 225 225 } 226 226 elseif ($name == 'USER') … … 234 234 'image' => $this->getUserImage($element['status']) 235 235 ); 236 # clansuite_xdebug::printr($this->shockvoice['users']);236 #Clansuite_Debug::printr($this->shockvoice['users']); 237 237 } 238 238 }
Note: See TracChangeset
for help on using the changeset viewer.
