Ignore:
Timestamp:
08/27/10 23:01:58 (21 months ago)
Author:
vain
Message:
  • minor change to all security constant checks
  • fixed the non rewrite routing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/shockvoiceviewer/library/shockvoice.class.php

    r4359 r4599  
    2929    * 
    3030    * @link       http://www.clansuite.com 
    31     * @link       http://gna.org/projects/ 
     31 
    3232    * 
    3333    * @version    SVN: $Id$ 
     
    9393        $xmldata .= '</sv>'; 
    9494 
    95         #clansuite_xdebug::printr($xmldata); 
     95        #Clansuite_Debug::printr($xmldata); 
    9696 
    9797        # parse XML 
     
    110110        xml_parser_free($this->parser); 
    111111 
    112         #clansuite_xdebug::printr($this->shockvoice); 
     112        #Clansuite_Debug::printr($this->shockvoice); 
    113113 
    114114        # if there is nothing to output 
     
    190190                        break; 
    191191                } 
    192                 #clansuite_xdebug::printr($attributes); 
     192                #Clansuite_Debug::printr($attributes); 
    193193            } 
    194194        } 
     
    222222                ); 
    223223            } 
    224             #clansuite_xdebug::printr($this->shockvoice['channels']); 
     224            #Clansuite_Debug::printr($this->shockvoice['channels']); 
    225225        } 
    226226        elseif ($name == 'USER') 
     
    234234                    'image' => $this->getUserImage($element['status']) 
    235235            ); 
    236             #clansuite_xdebug::printr($this->shockvoice['users']); 
     236            #Clansuite_Debug::printr($this->shockvoice['users']); 
    237237        } 
    238238    } 
Note: See TracChangeset for help on using the changeset viewer.