bug fixes: start date is returned in UTC instead of the proper time zone, meta data fields are not properly returned to the template

This commit is contained in:
khenn 2009-11-01 08:44:22 -06:00
parent 71548339de
commit 3958a36271
4 changed files with 32 additions and 3 deletions

View file

@ -2084,6 +2084,17 @@ normal templates.|,
context => q|Field Label|,
},
'eventMetaData' => {
message => q|Meta data for the event returned as a JSON data structure|,
lastUpdated => 1147050475,
context => q|Field Label|,
},
'ticketMeta_[LABEL]' => {
message => q|Value for the meta data field [LABEL]. Non word and whitespace characters in [LABEL] should be replaced with an underscore. <br/><br/>Ex: Meta Data Label: "First Name" should be referenced: &lt;tmpl_var ticketMeta_First_Name&gt; and so on|,
lastUpdated => 1147050475,
context => q|Field Label|,
},
};