Changeset 24288


Ignore:
Timestamp:
Aug 29, 2013, 2:16:05 PM (11 years ago)
Author:
cljosse
Message:

[extensions] edit_gmaps corrections pwg_db_fetch_assoc

Location:
extensions/edit_gmaps
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/edit_gmaps/edit_gmaps.inc.php

    r22121 r24288  
    4444    $columns_of = array();
    4545    $query = 'DESC '.$table.';';
    46     $result = pwg_db_fetch($query);     
     46    $result = pwg_db_fetch_assoc($query);       
    4747    $columns_of[$table] = array();   
    4848
  • extensions/edit_gmaps/main.inc.php

    r22117 r24288  
    22/*
    33Plugin Name: Edit Maps&Earth
    4 Version: 2.2.8
     4Version: 2.3.1
    55Description:  Editor for rv gmaps
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=330
Note: See TracChangeset for help on using the changeset viewer.