doh - would probably help to decode the data before trying to use it...
This commit is contained in:
parent
0ef71dd4e2
commit
2493770af9
@ -60,6 +60,7 @@ function import_post(&$a) {
|
||||
return;
|
||||
}
|
||||
|
||||
$data = json_decode($data,true);
|
||||
|
||||
// logger('import: data: ' . print_r($data,true));
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2013-06-04.334
|
||||
2013-06-05.335
|
||||
|
Reference in New Issue
Block a user