Created
February 16, 2010 19:24
-
-
Save remi/305818 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// ancienne ligne 54 | |
set_include_path( get_include_path() . PATH_SEPARATOR . $path . PATH_SEPARATOR . $path_pear ); | |
// nouvelle ligne 54 | |
set_include_path( $path . PATH_SEPARATOR . $path_pear . PATH_SEPARATOR . get_include_path() ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment