Changeset 502 for trunk/owa_base.php
- Timestamp:
- 08/24/08 02:05:36 (5 months ago)
- Files:
-
- 1 modified
-
trunk/owa_base.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/owa_base.php
r498 r502 75 75 function owa_base() { 76 76 77 return owa_base::__construct(); 78 79 } 80 81 function __construct() { 82 77 83 $this->e = &owa_coreAPI::errorSingleton(); 78 84 $this->c = &owa_coreAPI::configSingleton(); … … 80 86 81 87 return; 82 88 83 89 } 84 90
