Ticket #135 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

internationalisation: tabs module

Reported by: christoph Assigned to: mapbender_dev@lists.osgeo.org
Priority: major Milestone: 2.5 release
Component: database Version: 2.4.3
Keywords: Cc:

Description (Last modified by christoph)

element vars of ids are now php vars (because they are needed in SQL)

UPDATE gui_element_vars SET var_type = 'php_var' WHERE fkey_e_id = 'tabs' AND var_name LIKE 'tab_ids%'

delete tab titles (now e_title in gui_element)

DELETE FROM gui_element_vars WHERE fkey_e_id = 'tabs' AND var_name LIKE 'tab_titles%'

Change History

11/08/07 09:47:03 changed by christoph

  • status changed from new to closed.
  • resolution set to fixed.
  • description changed.