This patch fixes two problems that occur when categories have
non-sequential intid fields. ie:
intid : category
1 : Action
3 : SciFi

video_edit.php 
Category pulldown was properly displaying the list, however if 'SciFi'
was selected the video's category field would be updated with '2'
rather than '3'

themes/Default/video.php 
Category pulldown displayed blank options and when if one was selected
it would display the wrong category; using the above example if the
blank option (which represented SciFi) was selected it would load
video.php?category=2 rather than video.php?category=3

I kept the changes of both files limited to where the pulldowns are
created.  Hopefully my descriptions of the bugs that I've fixed are
clear.

Matthew Piggott

Attachment: Mythweb-category.patch
Description: Binary data

_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to