Ignore:
Timestamp:
Aug 27, 2012, 8:32:10 PM (12 years ago)
Author:
rvelices
Message:

remove deprecated function get_thumbnail_url + $conflocal_data_dir

File:
1 edited

Legend:

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

    r15597 r17649  
    8787include(PHPWG_ROOT_PATH . 'include/config_default.inc.php');
    8888@include(PHPWG_ROOT_PATH. 'local/config/config.inc.php');
    89 if (!isset($conf['local_data_dir'])) $conf['local_data_dir'] = realpath(PHPWG_ROOT_PATH.$conf['data_location']); // temp 2.4 for backward compatibility
    9089
    9190defined('PWG_LOCAL_DIR') or define('PWG_LOCAL_DIR', 'local/');
    92 
    9391
    9492@include(PHPWG_ROOT_PATH.PWG_LOCAL_DIR .'config/database.inc.php');
Note: See TracChangeset for help on using the changeset viewer.