Ignore:
Timestamp:
Aug 7, 2010 8:04:39 AM (3 years ago)
Author:
thomasb
Message:

Fix unit tests + update version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/iniset.php

    r3649 r3879  
    4646} 
    4747 
    48 define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config'); 
     48if (!defined('RCMAIL_CONFIG_DIR')) { 
     49    define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config'); 
     50} 
    4951 
    5052// make sure path_separator is defined 
Note: See TracChangeset for help on using the changeset viewer.