Displaying 1 result from an estimated 1 matches for "canal_destino".
2004 Apr 02
1
ANNOUNCE: Flash Operator Panel - Extensions fixed
...the different
>types of channels.
I was able to get the extension/channel problem fixed. In version .03,
change the following lines, starting at line 329:
Old:
while ( ( $canal, $nroboton ) = each(%botones) ) {
if ( $nroboton eq $destino ) {
$canal_destino = $canal;
log_debug( "Si!!", 4 );
}
}
$canal_destino =~ s/.*\/(\d*)/$1/g;
New:
while ( ( $nroboton, $canal ) = each(%textos) ) {
if ( $nroboton eq $destino ) {...