Page 2 of 2

phplayers bug in .9

Posted: Sat Feb 26, 2005 6:22 pm
by Ted
I'll try to debug this this afternoon. I have a way to figure out what it calling and should be able to trace it. I'll post the results and/or fix.

phplayers bug in .9

Posted: Sat Feb 26, 2005 10:24 pm
by Greg
JP you can get the StyleSheet Browser here CSS Stylesheet Browser

phplayers bug in .9

Posted: Sun Feb 27, 2005 12:56 am
by jptechnical
Thanks Greg, I like!

Re: phplayers bug in .9

Posted: Wed Mar 30, 2005 2:26 am
by Ted
I have exorcised the demons!

It's such a stupidly simple bug, that I can't believe I didn't find it earlier.  Basically, I was calling the same loop twice, so it was displaying it for EACH module that was installed and active.

If you want to fix this now, edit stylesheet.php and remove one of the 2 foreach lines (doesn't matter which), the { below it, and it's corrosponding } below.  That will fix it.