* [ 1673789 ] Error saving Language

This commit is contained in:
Carlos Ruiz 2007-03-05 05:41:14 +00:00
parent 52ab6047ab
commit 16440e6cfe
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
UPDATE ad_column
SET iskey = 'N'
WHERE ad_column_id = 203;
COMMIT ;