Changeset 11859

Show
Ignore:
Timestamp:
08/30/07 12:37:54 (1 year ago)
Author:
bergie
Message:

Deliver us from PEAR, refs #102

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.core/midcom.php

    r11813 r11859  
    2626error_reporting(E_ALL); 
    2727 
    28 /////////////////////////// 
    29 // Load the main PEAR class 
    30 require_once 'PEAR.php'; 
    31  
    32 ////////////////////////////////////////////////////////////////// 
    33 // Load the PEAR Compatibility package if we are not using PHP 4.3 
    34 /* TODO: Remove completely 
    35 require_once 'PHP/Compat.php'; 
    36 $components = PHP_Compat::loadVersion(); 
    37  */ 
    3828/////////////////////////////////// 
    39 // Try to be smart about the pahts: 
     29// Try to be smart about the paths: 
    4030// Define default constants 
    4131if (! defined('MIDCOM_ROOT')) 
  • trunk/midcom/midcom.core/midcom/baseclasses/core/object.php

    r11847 r11859  
    2323 * @package midcom.baseclasses 
    2424 */ 
    25 class midcom_baseclasses_core_object extends PEAR 
     25class midcom_baseclasses_core_object 
    2626{ 
    2727    function midcom_baseclasses_core_object() {}