/**
* Internal Helper function to check if the required source code is present
*/
function _cloud_zoom_files_present() {
$path = drupal_get_path('module', 'cloud_zoom');
return (file_exists($path .'/cloud-zoom/cloud-zoom.1.0.2.min.js') && file_exists($path .'/cloud-zoom/cloud-zoom.css'));
}
Function checks for 1.0.2 version not for 1.0.3 as documentation says!
Comments
Comment #1
lsolesen commentedAs far as I can see this code is no longer present in the module. Please reopen if that is wrong?
Comment #2
nooysters commentedThis is still the case on line 85 of cloud_zoom.module