From 41cd10f9035f52dce664aea443f06b15d3463994 Mon Sep 17 00:00:00 2001 From: Michael Johnston Date: Thu, 7 Mar 2013 02:05:19 -0500 Subject: some fixes related to events - add backticks around column "desc" in sql query - fixed query for data passed to showEvent - showEvent was picking up on id from item instead of id from event - fixed references to author info in template --- view/tpl/event.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/event.tpl') diff --git a/view/tpl/event.tpl b/view/tpl/event.tpl index 80c1dfc55..f1150c158 100644 --- a/view/tpl/event.tpl +++ b/view/tpl/event.tpl @@ -1,7 +1,7 @@ {{ for $events as $event }}
- {{ if $event.item.author-name }}$event.item.author-name{{ endif }} + {{ if $event.item.author.xchan_name }}$event.item.author.xchan_name{{ endif }} $event.html {{ if $event.item.plink }}{{ endif }} {{ if $event.edit }}{{ endif }} -- cgit v1.2.3