Ignore:
Timestamp:
Jan 10, 2013, 12:03:08 PM (11 years ago)
Author:
cljosse
Message:

[extensions] edit_gmaps Minor corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/edit_gmaps/admin/include/XML.php

    r9412 r20035  
    139139        // This is very difficult to work with, so it needs to be
    140140        // converted to a tree structure before being returned
    141         return xml_get_children($newvals, $i=0);
     141         $i=0;
     142        return xml_get_children($newvals, $i);
    142143
    143144}
Note: See TracChangeset for help on using the changeset viewer.