Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2009 at 21:10 UTC
Updated:
5 Nov 2009 at 23:10 UTC
I've upgraded from 1.0 to 1.3-alpha2 and my global "geourl" is lost.
In past it was my home address and now it's only a:2:s:8:"latitude";i:0;s:9:"longitude";i:0;.
Comments
Comment #1
avpadernoI found a bug in the code, which was using the wrong parameters for
array_splice().Basing on the example code I found at http://www.php.net/manual/en/function.array-splice.php, the following code should return the first two items of an array:
I tested it, and I got a different result (I really got the last two items of the array).
I fixed, and committed the code in CVS.
Comment #2
hass commentedUpgrade seems working, new followup #612210: Global settings not shown on settings page.