fixed whitespace
authorPetr Skoda <skodak@moodle.org>
Fri, 30 Jul 2010 11:04:35 +0000 (11:04 +0000)
committerPetr Skoda <skodak@moodle.org>
Fri, 30 Jul 2010 11:04:35 +0000 (11:04 +0000)
install.php

index f23d5a8..db32636 100644 (file)
@@ -181,11 +181,11 @@ require_once($CFG->libdir.'/adminlib.php');
 require_once($CFG->libdir.'/environmentlib.php');
 require_once($CFG->libdir.'/componentlib.class.php');
 
-    //point pear include path to moodles lib/pear so that includes and requires will search there for files before anywhere else
-    //the problem is that we need specific version of quickforms and hacked excel files :-(
-    ini_set('include_path', $CFG->libdir.'/pear' . PATH_SEPARATOR . ini_get('include_path'));
-    //point zend include path to moodles lib/zend so that includes and requires will search there for files before anywhere else
-    ini_set('include_path', $CFG->libdir.'/zend' . PATH_SEPARATOR . ini_get('include_path'));
+//point pear include path to moodles lib/pear so that includes and requires will search there for files before anywhere else
+//the problem is that we need specific version of quickforms and hacked excel files :-(
+ini_set('include_path', $CFG->libdir.'/pear' . PATH_SEPARATOR . ini_get('include_path'));
+//point zend include path to moodles lib/zend so that includes and requires will search there for files before anywhere else
+ini_set('include_path', $CFG->libdir.'/zend' . PATH_SEPARATOR . ini_get('include_path'));
 
 require('version.php');
 $CFG->target_release = $release;