Difference between revisions of "Migration from 5.1.8 to 5.1.9"

From OpenKM Documentation
Jump to: navigation, search
(Created page with 'Versión 5.1.9 is still not available to download <source type="sql"> INSERT INTO OKM_TRANSLATION (TR_MODULE, TR_KEY, TR_TEXT, TR_LANGUAGE) VALUES ('frontend', 'calendar.first.d…')
 
Line 1: Line 1:
 
Versión 5.1.9 is still not available to download
 
Versión 5.1.9 is still not available to download
  
<source type="sql">
+
<source lang="sql">
 
INSERT INTO OKM_TRANSLATION (TR_MODULE, TR_KEY, TR_TEXT, TR_LANGUAGE) VALUES ('frontend', 'calendar.first.day.of.week', '0', 'en-GB');
 
INSERT INTO OKM_TRANSLATION (TR_MODULE, TR_KEY, TR_TEXT, TR_LANGUAGE) VALUES ('frontend', 'calendar.first.day.of.week', '0', 'en-GB');
 
</source>
 
</source>

Revision as of 13:29, 30 December 2011

Versión 5.1.9 is still not available to download

INSERT INTO OKM_TRANSLATION (TR_MODULE, TR_KEY, TR_TEXT, TR_LANGUAGE) VALUES ('frontend', 'calendar.first.day.of.week', '0', 'en-GB');