On Wed, Sep 2, 2009 at 1:34 AM, Kevin<[email protected]> wrote: > > I did a compare of the two versions of markups.php and found that in > the function BOLTMuploads($file) there was a change between the two > versions where in the new version you commented out the following > section. > > // foreach($args as $f => $v) { > // if (! in_array($f, BOLTattrs('img'))) continue; > // $attr .= "$f='$v' "; > // } > > Which if I uncomment out, then allows that ability to work again...
No, this was a mistake on my part. I was tracking down the hotlinks bug which was messing up some images, and tried turning that off in the debugging process. And evidently forgot to uncomment the lines when I finally found the problem. My apologies, and thanks for spotting that. I'll fix for the next release. It's great to have a good community that spots my oops so quick! Cheers, Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
