[zi-cvs] packages/com.zzoss.zic packages_download.php,1.7,1.8
Sandro Zic <[email protected]> Sat, 03 Apr 2004 17:12:36 +0000
| Newsgroups | gmane.comp.php.zzoss.installer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/zzossinstaller/packages/com.zzoss.zic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5213/com.zzoss.zic
Modified Files:
packages_download.php
Log Message:
fix E_ALL issue
Index: packages_download.php
===================================================================
RCS file: /cvsroot/zzossinstaller/packages/com.zzoss.zic/packages_download.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** packages_download.php 5 Mar 2004 14:25:25 -0000 1.7
--- packages_download.php 3 Apr 2004 17:12:34 -0000 1.8
***************
*** 91,95 ****
$log .= "[".$package['name'].'-'.$package['release']['version']."]\n";
! if(strlen($package['filelist']['file']['#'])>2) {
// download archive and extract it
$pkg_dl = $dir_downloads.basename($package['filelist']['file']['#']);
--- 91,95 ----
$log .= "[".$package['name'].'-'.$package['release']['version']."]\n";
! if(isset($package['filelist']['file']['#']) && strlen($package['filelist']['file']['#'])>2) {
// download archive and extract it
$pkg_dl = $dir_downloads.basename($package['filelist']['file']['#']);
***************
*** 120,124 ****
}
//echo $package['filelist']['descriptor']['#'];
! if(strlen($package['filelist']['descriptor']['#'])>2) {
$xml_dl = $dir_downloads.$package['name'].'-'.$package['release']['version'].'.xml';
--- 120,124 ----
}
//echo $package['filelist']['descriptor']['#'];
! if(isset($package['filelist']['descriptor']['#']) && strlen($package['filelist']['descriptor']['#'])>2) {
$xml_dl = $dir_downloads.$package['name'].'-'.$package['release']['version'].'.xml';
-------------------------------------------------------
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