Displaying 1 result from an estimated 1 matches for "savedvenuenam".
Did you mean:
savedvenuename
2011 Jan 03
8
Heroku, needs constant AppController updates?
...end
if time != 0
@savedEvent.doorsOpen = Chronic.parse(time[i].content) end
if price != 0
@savedEvent.price = price[i].content end
if description !=0
@savedEvent.description =
remove_whitespace(description[i].content) end
if location != 0
savedVenueName = paramMatcher(''Venue'',''venueName'',
remove_whitespace(location[i].content))
if savedVenueName
@savedEvent.venue = savedVenueName[0]
@savedEvent.city_location = savedVenueName[1]
@savedEvent.longitude = savedVenueName[2]...