Ignore:
Timestamp:
2006/10/12 15:52:06 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk/data/module
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/module/DB.php

    r2475 r6096  
    2828 * Obtain the PEAR class so it can be extended from 
    2929 */ 
    30 require_once 'PEAR.php'; 
    3130 
    3231if(!defined('DB_PHP_DIR')) { 
     
    3433    define("DB_PHP_DIR", $DB_PHP_DIR);   
    3534} 
     35 
     36require_once DB_PHP_DIR . '/pear.php'; 
    3637 
    3738// {{{ constants 
  • temp/trunk/data/module/Tar.php

    r5655 r6096  
    1919// $Id$ 
    2020 
    21 require_once 'PEAR.php'; 
     21if(!defined('TAR_PHP_DIR')) { 
     22    $TAR_PHP_DIR = realpath(dirname( __FILE__)); 
     23    define("TAR_PHP_DIR", $TAR_PHP_DIR);     
     24} 
     25 
     26require_once TAR_PHP_DIR . '/pear.php'; 
    2227 
    2328 
Note: See TracChangeset for help on using the changeset viewer.