Quote:
Originally posted by RobAC
I am finding a discrepancy in the database. Record #31 is missing which is the record it's trying to make out of a text file attachement somewhere in the forums.
|
Yeah, the way things work, gallerymakethumb.php just runs through ALL attachments, writes them to disk, and then calls function makeThumb on it. function makeThumb does the check to see if the file is a valid GIF/JPG/PNG, whereas gallerymakethumb.php prints out the processing message. It's nothing to worry about, just a silly bug because I wrote gallerymakethumb.php in 5 minutes. =)