Changeset 250

Show
Ignore:
Timestamp:
04/08/08 00:40:57 (9 months ago)
Author:
shupp
Message:

comment out local pear path

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/htdocs/index.php

    r237 r250  
    2424// and edit it accordingly 
    2525 
    26 $ta_include_path .= PATH_SEPARATOR . '/Users/shupp/pear/lib'; 
     26// $ta_include_path .= PATH_SEPARATOR . '/Users/shupp/pear/lib'; 
    2727 
    2828ini_set('include_path', $ta_include_path . PATH_SEPARATOR . ini_get('include_path'));