Content deleted Content added
No edit summary |
No edit summary |
||
Line 417:
--- Determine pre-pended text eg. "sunset, <date>"
if not jsoncfg.main.event[it].prepend1 then▼
jsoncfg.main.event[it].prepend1 = (jsoncfg.main.event[it].prepend1
▲ --if not jsoncfg.main.event[it].prepend1 then
-- jsoncfg.main.event[it].prepend1 =
-- jsoncfg.main.event[it].prepend1 = jsoncfg.main.event[it].prepend1 .. ", "
--end
if not jsoncfg.main.event[it].prepend2 then
jsoncfg.main.event[it].prepend2 = ""
|