Changeset ab8b447 in github
- Timestamp:
- Oct 1, 2008 5:21:22 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 56cf503
- Parents:
- dda3c7d
- Files:
-
- 3 edited
-
CHANGELOG (modified) (1 diff)
-
bin/msgexport.sh (modified) (1 diff)
-
bin/msgimport.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
rdda3c7d rab8b447 5 5 - Fix spellchecking when switching to html editor (#1485362) 6 6 - Fix compose window width/height (#1485396) 7 - Allow calling msgimport.sh/msgexport.sh from any directory (#1485431) 7 8 8 9 2008/09/29 (alec) -
bin/msgexport.sh
rd14a57d0 rab8b447 2 2 <?php 3 3 4 define('INSTALL_PATH', preg_replace('/bin\/$/', '', getcwd()) . '/');4 define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); 5 5 ini_set('memory_limit', -1); 6 6 -
bin/msgimport.sh
r9787ca6 rab8b447 2 2 <?php 3 3 4 define('INSTALL_PATH', preg_replace('/bin\/$/', '', getcwd()) . '/');4 define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); 5 5 ini_set('memory_limit', -1); 6 6
Note: See TracChangeset
for help on using the changeset viewer.
