/[drupal]/contributions/modules/exif2gmap/exif2gmap.module
ViewVC logotype

Diff of /contributions/modules/exif2gmap/exif2gmap.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.2, Wed Jan 7 05:21:28 2009 UTC revision 1.1.2.3, Tue Jan 20 12:15:03 2009 UTC
# Line 404  function theme_exif2gmap($photos){ Line 404  function theme_exif2gmap($photos){
404                  if(isset($photos[$i][path]) && isset($photos[$i][url])){                  if(isset($photos[$i][path]) && isset($photos[$i][url])){
405                          /*Check file has gpsdata or not.*/                          /*Check file has gpsdata or not.*/
406                          $tmp=get_gpsdata($photos[$i][path]);                          $tmp=get_gpsdata($photos[$i][path]);
407                          if(isnull($tmp)){                          if(isset($tmp)){
408                                  if(!isset($photos[$i][long]) || !isset($photos[$i][lat])){                                  if(!isset($photos[$i][long]) || !isset($photos[$i][lat])){
409                                  /*NG case */                                  /*NG case */
410                                  }else{                                  }else{
# Line 428  function theme_exif2gmap($photos){ Line 428  function theme_exif2gmap($photos){
428    
429          /*Latter is same.*/          /*Latter is same.*/
430    
431          return exif2gmap_male_gmapcode($ans);          return exif2gmap_make_gmapcode($ans);
432    
433  }  }
434    

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

  ViewVC Help
Powered by ViewVC 1.1.2