aboutsummaryrefslogtreecommitdiff
path: root/exif.module
diff options
context:
space:
mode:
authorSilvio <silvio@devlet.com.br>2010-10-07 18:59:13 -0300
committerSilvio <silvio@devlet.com.br>2010-10-07 18:59:13 -0300
commitc05faa3e82a8da6c968df5a1202f665e25622171 (patch)
tree65990d1f6a42267e6e6680403e2d9a426ae06088 /exif.module
parentca7d08e2b8124353bc56f8dbdfc3ea32da669b7e (diff)
downloadexif-c05faa3e82a8da6c968df5a1202f665e25622171.tar.gz
exif-c05faa3e82a8da6c968df5a1202f665e25622171.tar.bz2
CVS update
Diffstat (limited to 'exif.module')
-rwxr-xr-xexif.module18
1 files changed, 0 insertions, 18 deletions
diff --git a/exif.module b/exif.module
index 2f41afb..3853eb4 100755
--- a/exif.module
+++ b/exif.module
@@ -44,21 +44,7 @@ function exif_nodeapi(&$node, $op, $teaser) {
$fid, $ifd, $tag, $value);
}
}
-<<<<<<< exif.module
- case 'insert':
- if (! _exif_check_for_exif_data($node->type)) {
- return;
- }
-
- $info = content_types($node->type);
- $fields = $info['fields'];
- $exif = _exif_get_class();
-
- //get all the fields that will be filled with exif data
- $ar_exif_fields = $exif->getExifFields($fields);
-=======
break;
->>>>>>> 1.9
case 'load':
$fid = db_result(db_query("SELECT fid FROM {files} WHERE filepath = '%s'", $node->images[IMAGE_ORIGINAL]));
@@ -347,9 +333,6 @@ function theme_exif_table($node) {
$rows[] = $row;
}
}
-<<<<<<< exif.module
-}
-=======
if (empty($rows)) {
return '';
@@ -377,4 +360,3 @@ function _exif_bootstrap() {
include_once drupal_get_path('module', 'exif') .'/pel/PelJpeg.php';
}
->>>>>>> 1.9