Skip to content

Commit

Permalink
comment, small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
uncovery committed Jun 20, 2016
1 parent 929ed21 commit 4bd5cc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unc_image.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ function unc_image_info_read($file_path, $D = false) {

/**
* On upload, get all information from a file and write it to a PHP file
* TODO: Move this to MySQL / SQLite
*
* @global type $UNC_GALLERY
* @param type $file_path
Expand Down Expand Up @@ -451,7 +452,7 @@ function unc_exif_get($image_path) {
$data[$code] = basename($image_path);
continue;
}

$hex_tag = 'UndefinedTag:' . $C['hex'];
if (is_array($C['key'])) { // gps for example is made out of multiple keys
$val = array();
Expand Down

0 comments on commit 4bd5cc5

Please sign in to comment.