Opened 13 years ago

Closed 13 years ago

#812 closed defect (fixed)

Wrong Value in SQL-Update-Script

Reported by: frankjaeger Owned by: dev
Priority: minor Milestone: 2.7.2 release
Component: database Version: 2.7.1
Keywords: SQL-Update Cc:

Description

update_2.7rc1_to_2.7rc2_pgsql_UTF-8.sql:

Line 459

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('Administration_DE', 'gui_owner', 'file css', '../css/administration_alloc.css', 'file css' ,'file/css');

Must be Changed to

VALUES('Administration',

Change History (1)

comment:1 by marc, 13 years ago

Resolution: fixed
Status: newclosed

fixed here

Note: See TracTickets for help on using tickets.