[zi-cvs] packages/com.zzoss.installer.lib Registry.php,1.18,1.19
Christian Zonsius <[email protected]> Thu, 25 Mar 2004 00:34:04 +0000
| Newsgroups | gmane.comp.php.zzoss.installer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/zzossinstaller/packages/com.zzoss.installer.lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16737
Modified Files:
Registry.php
Log Message:
fixed plugin array merge bug
Index: Registry.php
===================================================================
RCS file: /cvsroot/zzossinstaller/packages/com.zzoss.installer.lib/Registry.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** Registry.php 23 Mar 2004 18:20:33 -0000 1.18
--- Registry.php 25 Mar 2004 00:34:01 -0000 1.19
***************
*** 1,1858 ****
! <?php
! /*
! Copyright (C) 2001-2004 ZZOSS GbR, http://www.zzoss.com
!
! This library is free software; you can redistribute it and/or
! modify it under the terms of the GNU Lesser General Public
! License as published by the Free Software Foundation; either
! version 2.1 of the License, or (at your option) any later version.
!
! This library is distributed in the hope that it will be useful,
[...3706 lines suppressed...]
! function isProcedure($type)
! {
! $procedures_reg = $this->application_path.'installer'.DIRECTORY_SEPARATOR.'procedures.reg';
! $procedures = ZZOSS_InstallerUtils::unserializeFromFile($procedures_reg);
! return (isset($procedures[$type]) && $procedures[$type] == 'on');
! }
!
! function getProcedures($ident = '')
! {
! return ZZOSS_InstallerUtils::unserializeFromFile( $this->application_path.'installer'.DIRECTORY_SEPARATOR.'procedures'.$ident.'.reg');
! }
!
! function getProcedure($procedure)
! {
! $procedures = ZZOSS_InstallerUtils::unserializeFromFile( $this->application_path.'installer'.DIRECTORY_SEPARATOR.'procedures.reg');
! return (isset($procedures[$procedure])) ? $procedures[$procedure] : false;
! }
! }
?>
\ No newline at end of file
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click