order element_vars by name

Thomas Baschetti Thomas.Baschetti at gmx.de
Wed Oct 18 08:35:19 EDT 2006


Hi,
is there any reason why element vars are not ordered
by name in mod_editElementVars.php?
Without ordering i get something like:
...
  tab_titles[4]
  tab_frameHeight[5]
  tab_ids[5]
  tab_titles[5]
  tab_ids[6]
  tab_titles[6]
  tab_frameHeight[6]
...
after adding some tabs.

i think it would be better like this:
...
  tab_frameHeight[4]
  tab_frameHeight[5]
  tab_frameHeight[6]
  tab_ids[0]
  tab_ids[1]
  tab_ids[2]
  tab_ids[3]
...

Any opinions?

Ciao
Thomas Baschetti
-- 

-- 
GMX DSL-Flatrate 0,- Euro* - Überall, wo DSL verfügbar ist!
NEU: Jetzt bis zu 16.000 kBit/s! http://www.gmx.net/de/go/dsl




More information about the Mapbender_dev mailing list