Changeset 526d170 in github
- Timestamp:
- Sep 29, 2008 9:36:30 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 123a02c
- Parents:
- bf2f39e
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/js/tiny_mce/plugins/spellchecker/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
rbf2f39e r526d170 9 9 - Added "advanced options" feature in User Preferences 10 10 - Fix unread counter when displaying cached massage in preview panel (#1485290) 11 - Fix htmleditor spellchecking on MS Windows (#1485397) 11 12 12 13 2008/09/25 (alec) -
program/js/tiny_mce/plugins/spellchecker/config.php
rded7139 r526d170 3 3 /** start RoundCube specific code */ 4 4 5 define('INSTALL_PATH', preg_replace('/program \/js\/.+$/', '', getcwd()));5 define('INSTALL_PATH', preg_replace('/program[\\\\\/]js[\\\\\/].+$/', '', getcwd())); 6 6 require_once INSTALL_PATH . 'program/include/iniset.php'; 7 7
Note: See TracChangeset
for help on using the changeset viewer.
