Changeset 11859
- Timestamp:
- 08/30/07 12:37:54 (1 year ago)
- Files:
-
- trunk/midcom/midcom.core/midcom.php (modified) (1 diff)
- trunk/midcom/midcom.core/midcom/baseclasses/core/object.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.core/midcom.php
r11813 r11859 26 26 error_reporting(E_ALL); 27 27 28 ///////////////////////////29 // Load the main PEAR class30 require_once 'PEAR.php';31 32 //////////////////////////////////////////////////////////////////33 // Load the PEAR Compatibility package if we are not using PHP 4.334 /* TODO: Remove completely35 require_once 'PHP/Compat.php';36 $components = PHP_Compat::loadVersion();37 */38 28 /////////////////////////////////// 39 // Try to be smart about the pa hts:29 // Try to be smart about the paths: 40 30 // Define default constants 41 31 if (! defined('MIDCOM_ROOT')) trunk/midcom/midcom.core/midcom/baseclasses/core/object.php
r11847 r11859 23 23 * @package midcom.baseclasses 24 24 */ 25 class midcom_baseclasses_core_object extends PEAR25 class midcom_baseclasses_core_object 26 26 { 27 27 function midcom_baseclasses_core_object() {}
