Changeset 41
- Timestamp:
- 04/30/07 16:14:56 (2 years ago)
- Files:
-
- trunk/op_server.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/op_server.pl
r40 r41 5245 5245 5246 5246 log_debug( "** LOCAL_CHANNELS devuelvo $server canal $canal", 32 ) if DEBUG; 5247 5248 # If channel has a pipe due to REGEXP button, replace it with something else because 5249 # procesa_bloque use pipes to return data to digest_event_block 5250 $canal =~ s/\|/~/g; 5247 5251 push @return, $server; 5248 5252 push @return, $canal; … … 5301 5305 ( $canal, $quehace, $dos, $uniqueid, $canalid ) = split( /\|/, $mensaje ); 5302 5306 5307 # change back newflo into pipes 5308 $canal =~ s/~/\|/g; 5309 $canalid =~ s/~/\|/g; 5303 5310 $canalid =~ s/(.*),(\d)/$1/g; # discard ,2 on Local channels 5304 5311
