in reply to Re^3: Duplicity Check Help!
in thread Duplicity Check Help!
It is not considering the equality, even if the images are not a match it is still incrementing $flag_pic+=1.if(($row->{image_name_1} ne "") eq ($pics[0] ne "")){$flag_pic ++=1;} if(($row->{image_name_2} ne "") eq ($pics[1] ne "")){$flag_pic ++=1;} if(($row->{image_name_3} ne "") eq ($pics[2] ne "")){$flag_pic ++=1;} if(($row->{image_name_4} ne "") eq ($pics[3] ne "")){$flag_pic ++=1;}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Duplicity Check Help!
by wallisds (Beadle) on Dec 02, 2010 at 17:26 UTC |