You are here

function _exif_bootstrap in Exif 5

3 calls to _exif_bootstrap()
exif_admin_settings_form in ./exif.module
Administration page callback.
theme_exif_table in ./exif.module
_exif_read_exif in ./exif.module
Reads exif data from a file.

File

./exif.module, line 364

Code

function _exif_bootstrap() {
  include_once drupal_get_path('module', 'exif') . '/pel/PelJpeg.php';
}