Changeset 13643 for trunk/plugins
- Timestamp:
- 02/01/10 21:32:51 (2 years ago)
- File:
-
- 1 edited
-
trunk/plugins/tiny_mce/tiny_mce_gzip.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/tiny_mce/tiny_mce_gzip.php
r13445 r13643 4 4 * 5 5 * @author Moxiecode 6 * @copyright Copyright ©2005-2006, Moxiecode Systems AB, All rights reserved.6 * @copyright Copyright ? 2005-2006, Moxiecode Systems AB, All rights reserved. 7 7 * 8 8 * This file compresses the TinyMCE JavaScript using GZip and … … 13 13 // Set the error reporting to minimal. 14 14 @error_reporting(E_ERROR | E_WARNING | E_PARSE); 15 set_magic_quotes_runtime(0); 16 ini_set('magic_quotes_sybase', 0); 15 17 16 18 // Get input
Note: See TracChangeset
for help on using the changeset viewer.