code/superant.com.schedule/saveeventrecord.rb in rwdschedule-0.95 vs code/superant.com.schedule/saveeventrecord.rb in rwdschedule-0.96

- old
+ new

@@ -1,5 +1,5 @@ - # this method adds a new address record + # this method adds a new record def saveeventrecord require 'fileutils' if @a_eventfilename newname = "%s" % [@a_eventfilename] # grab the new filename to create newdata = @a_eventyear.to_s + @a_eventmonth.to_s + @a_eventday.to_s + "T" + @a_eventbeginhour.to_s + @a_eventbeginminute.to_s + "00"