summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio <silvio@socioambiental.org>2012-08-03 18:22:43 -0300
committerSilvio <silvio@socioambiental.org>2012-08-03 18:22:43 -0300
commit041b8eef1bd83fc907883dcc631613649de16a28 (patch)
tree5b395141d746b67e098e9a7f22b473c7f2923edf
parent80780c512b5a30035453023e1c60fb95e13fc505 (diff)
downloadtimelinejs-041b8eef1bd83fc907883dcc631613649de16a28.tar.gz
timelinejs-041b8eef1bd83fc907883dcc631613649de16a28.tar.bz2
Minor fix
-rw-r--r--timelinejs_json_event.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/timelinejs_json_event.tpl.php b/timelinejs_json_event.tpl.php
index 269d162..22a3b5d 100644
--- a/timelinejs_json_event.tpl.php
+++ b/timelinejs_json_event.tpl.php
@@ -1,5 +1,5 @@
{
- "startDate":"<?php print strftime('%Y,%m,%d,', strtotime($event->field_date['und'][0]['value'])); ?>",
+ "startDate":"<?php print strftime('%Y,%m,%d', strtotime($event->field_date['und'][0]['value'])); ?>",
"headline":"<?php print $event->title; ?>",
"text":"<?php print str_replace('"', '&quot;', $event->body['und'][0]['value']); ?>",
"asset":