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

[extensions] edit_gmaps corrections pwg_db_fetch_assoc

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.