Aug 21st 2011, 22:35:59
So let's say you want to make market history lookups on 6 different techs to see their prices in 1 hour intervals, you change the interval to 1h and lookup business. When the data is displayed, the hour interval is changed back to 4 hours, so one has to change it every time.
My suggestion is to save this interval data into $_SESSION so that when it views the market history, the interval stays the same with whatever i've wanted to see. If it is not set, the default can be configured as 4h.
My suggestion is to save this interval data into $_SESSION so that when it views the market history, the interval stays the same with whatever i've wanted to see. If it is not set, the default can be configured as 4h.
Edited By: General Earl on Sep 27th 2011, 3:21:34. Reason: categorized