Ticket #2972: retrieve_op_conf_from_mysql.patch
| File retrieve_op_conf_from_mysql.patch, 442 bytes (added by Nick_Lewis, 4 months ago) |
|---|
-
after/retrieve_op_conf_from_mysql.pl
old new 103 103 my $conffile=shift; 104 104 $ampwildcard=0; 105 105 106 $zaplabel="Zap \%c";106 if (!defined($zaplabel)) {$zaplabel="Zap \%c";} 107 107 $lastlabelnum=0; 108 108 open( ZAPATA, "<$conffile" ) or die "Cannot open config file: $zapataconf ($!)\n"; 109 109 while( $line = <ZAPATA> ) {
