Marco Pfatschbacher wrote:
...and the next one
*** export-import.lib.orig Sat Jan 25 17:05:50 2003
--- export-import.lib Sat Jan 25 18:39:30 2003
***************
*** 357,361 ****
## Get required parameters from the configuration file
! my @arcs = getRequired( 'EXPORT_IMPORT_'.$direction.'_IMPORT' );
my $device = getRequired( 'EXPORT_IMPORT_'.$direction.'_DEVICE' );
--- 357,361 ----
## Get required parameters from the configuration file
! my @arcs = getRequiredList( 'EXPORT_IMPORT_'.$direction.'_IMPORT' );
my $device = getRequired( 'EXPORT_IMPORT_'.$direction.'_DEVICE' );
Patch commited.
Thanks, Michael -- ------------------------------------------------------------------- Michael Bell Email (private): [EMAIL PROTECTED] Rechenzentrum - Datacenter Email: [EMAIL PROTECTED] Humboldt-University of Berlin Tel.: +49 (0)30-2093 2482 Unter den Linden 6 Fax: +49 (0)30-2093 2959 10099 Berlin Germany http://www.openca.org ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
