Changeset 268 for trunk/trax/vendor/trax

Show
Ignore:
Timestamp:
10/16/06 04:07:30 (6 years ago)
Author:
john
Message:

fixed the include path for lib dir in Trax::initialize()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/trax.php

    r267 r268  
    9797            self::$lib_path.self::$path_seperator.  # app specific libs extra libs to include 
    9898            ini_get("include_path")                 # tack on the old include_path to the end 
    99         ); # add on old include_path to end 
     99        ); 
    100100 
    101101        # Include Trax library files.