Changeset 502 for trunk/owa_base.php

Show
Ignore:
Timestamp:
08/24/08 02:05:36 (5 months ago)
Author:
padams
Message:

addng open flash cahrt wdget rework

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/owa_base.php

    r498 r502  
    7575        function owa_base() { 
    7676                 
     77                return owa_base::__construct(); 
     78 
     79        } 
     80         
     81        function __construct() { 
     82         
    7783                $this->e = &owa_coreAPI::errorSingleton(); 
    7884                $this->c = &owa_coreAPI::configSingleton(); 
     
    8086                 
    8187                return; 
    82  
     88         
    8389        } 
    8490