Suggested code mod:
My image bmz cache was not clearing with the admin 'clear cache' link..
Referring to the suggestion in the php site..
http://uk.php.net/manual/en/class.dir.php
The line in v2's admin/includes/functions/extra_functions/ functions_bmz_io.php file, line 24 is
It sprang into life when I putCode:while ($file = $dir->read()) {
Am I right? btw the web server is a 4.4.4 php versionCode:while (false !== ( $file = $dir->read() ) ) {
Bookmarks