Quote:
Originally Posted by Zelda-King
That hasn't fixed it. Should "$thumbnail =" appear twice like that?
|
That's because there is a second fetch function call in albumcp.php you will have to fix. There are also some various bugs relating to TABLE_PREFIX in both album.php and albumcp.php that will cause MySQL errors.
I have modified this hack to work with 3.0.3 and have confirmed it working on a clean installation. See attached.
And BTW, that syntax is pefectly legal in the same way that $foo = $foo + 3; is legal.