Changeset ab8b447 in github


Ignore:
Timestamp:
Oct 1, 2008 5:21:22 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:
56cf503
Parents:
dda3c7d
Message:
  • Allow calling msgimport.sh/msgexport.sh from any directory (#1485431)
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    rdda3c7d rab8b447  
    55- Fix spellchecking when switching to html editor (#1485362) 
    66- Fix compose window width/height (#1485396) 
     7- Allow calling msgimport.sh/msgexport.sh from any directory (#1485431) 
    78 
    892008/09/29 (alec) 
  • bin/msgexport.sh

    rd14a57d0 rab8b447  
    22<?php 
    33 
    4 define('INSTALL_PATH', preg_replace('/bin\/$/', '', getcwd()) . '/'); 
     4define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); 
    55ini_set('memory_limit', -1); 
    66 
  • bin/msgimport.sh

    r9787ca6 rab8b447  
    22<?php 
    33 
    4 define('INSTALL_PATH', preg_replace('/bin\/$/', '', getcwd()) . '/'); 
     4define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); 
    55ini_set('memory_limit', -1); 
    66 
Note: See TracChangeset for help on using the changeset viewer.