Ignore:
Timestamp:
Dec 29, 2011, 6:48:16 AM (12 years ago)
Author:
rvelices
Message:

fetaure 2542 replace $conflocal_data_dir with $confdata_location and move combined files and image derivatives from local to _data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_mail.inc.php

    r9360 r12802  
    792792{
    793793    global $conf, $user, $lang_info;
    794     $dir = $conf['local_data_dir'].'/tmp';
     794    $dir = PHPWG_ROOT_PATH.$conf['data_location'].'tmp';
    795795    if ( mkgetdir( $dir,  MKGETDIR_DEFAULT&~MKGETDIR_DIE_ON_ERROR) )
    796796    {
Note: See TracChangeset for help on using the changeset viewer.