/**
 * 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

lsolesen’s picture

Issue summary: View changes
Priority: Critical » Normal
Status: Active » Closed (cannot reproduce)

As far as I can see this code is no longer present in the module. Please reopen if that is wrong?

nooysters’s picture

This is still the case on line 85 of cloud_zoom.module