HomeHelpTrac

Ignore:
Timestamp:
11/19/09 00:43:07 (3 years ago)
Author:
Alexey Penskikh
Message:

Ticket #1457

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/boonex/sites/classes/BxSitesPageView.php

    r13000 r13264  
    135135        return $this->_oTemplate->parseHtmlByName('view_description.html',  
    136136            array( 
    137                 'description' => process_db_input($this->_aSite['description'], BX_TAGS_VALIDATE) 
     137                'description' => $this->_aSite['description'] 
    138138            )); 
    139139    } 
Note: See TracChangeset for help on using the changeset viewer.