Diff for /FreeBSD/tinderbox/webui/module/moduleConfig.php between versions 1.1.1.1.2.1 and 1.1.1.1.2.2

version 1.1.1.1.2.1, 2007/11/13 07:36:19 version 1.1.1.1.2.2, 2007/11/15 15:31:35
Line 24 Line 24
 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 # SUCH DAMAGE.  # SUCH DAMAGE.
 #  #
# $Paefchen$# $Paefchen: FreeBSD/tinderbox/webui/module/moduleConfig.php,v 1.1.1.1.2.1 2007/11/13 07:36:19 as Exp $
 # $MCom: portstools/tinderbox/webui/module/moduleConfig.php,v 1.4 2007/10/13 02:28:47 ade Exp $  # $MCom: portstools/tinderbox/webui/module/moduleConfig.php,v 1.4 2007/10/13 02:28:47 ade Exp $
 #  #
   
 class moduleConfig extends module {  class moduleConfig extends module {
         private $moduleUsers = null;          private $moduleUsers = null;
   
        public function moduleConfig() {        public function __construct() {
                 parent::__construct();                  parent::__construct();
                 $this->module();  
                 $this->moduleUsers = new moduleUsers;                  $this->moduleUsers = new moduleUsers;
         }          }
   

Removed from v.1.1.1.1.2.1  
changed lines
  Added in v.1.1.1.1.2.2