From: Teemu A. <in...@us...> - 2006-01-18 20:09:00
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30568/lib/OpenInteract2 Modified Files: Observer.pm Log Message: Trivial fix from Antti :) Index: Observer.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Observer.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Observer.pm 17 Jan 2006 20:24:05 -0000 1.6 --- Observer.pm 18 Jan 2006 20:08:52 -0000 1.7 *************** *** 192,196 **** push @all_mappings, $ini_mappings; ! foreach my $pkg ( @all_mappings ) { next unless ( ref $mappings eq 'HASH' ); --- 192,196 ---- push @all_mappings, $ini_mappings; ! foreach my $mappings ( @all_mappings ) { next unless ( ref $mappings eq 'HASH' ); |