Changeset 526d170 in github


Ignore:
Timestamp:
Sep 29, 2008 9:36:30 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
123a02c
Parents:
bf2f39e
Message:
  • Fix htmleditor spellchecking on MS Windows (#1485397)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    rbf2f39e r526d170  
    99- Added "advanced options" feature in User Preferences 
    1010- Fix unread counter when displaying cached massage in preview panel (#1485290) 
     11- Fix htmleditor spellchecking on MS Windows (#1485397) 
    1112 
    12132008/09/25 (alec) 
  • program/js/tiny_mce/plugins/spellchecker/config.php

    rded7139 r526d170  
    33        /** start RoundCube specific code */ 
    44         
    5         define('INSTALL_PATH', preg_replace('/program\/js\/.+$/', '', getcwd())); 
     5        define('INSTALL_PATH', preg_replace('/program[\\\\\/]js[\\\\\/].+$/', '', getcwd())); 
    66        require_once INSTALL_PATH . 'program/include/iniset.php'; 
    77         
Note: See TracChangeset for help on using the changeset viewer.