HomeHelpTrac

Changeset 13643 for trunk/plugins


Ignore:
Timestamp:
02/01/10 21:32:51 (2 years ago)
Author:
Alexander Trofimov
Message:

Ticket #1811

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/tiny_mce/tiny_mce_gzip.php

    r13445 r13643  
    44 * 
    55 * @author Moxiecode 
    6  * @copyright Copyright © 2005-2006, Moxiecode Systems AB, All rights reserved. 
     6 * @copyright Copyright ? 2005-2006, Moxiecode Systems AB, All rights reserved. 
    77 * 
    88 * This file compresses the TinyMCE JavaScript using GZip and 
     
    1313    // Set the error reporting to minimal. 
    1414    @error_reporting(E_ERROR | E_WARNING | E_PARSE); 
     15    set_magic_quotes_runtime(0); 
     16    ini_set('magic_quotes_sybase', 0); 
    1517 
    1618    // Get input 
Note: See TracChangeset for help on using the changeset viewer.