Commit b7db2f77f3a1bd622d8808b09a3c6e3f8f44a5ea

Authored by kevin_fourie
1 parent 0f6be163

Merged in from STABLE trunk...

KTS-3608
"After upgrade from 337OSS>346OSS and 31bOSS>346OSS to 353 OSS only the tags for the doc added after the 353 upgrade is listed in the Tag Cloud dashlet."
Fixed. Added upgrade script to change the tag cloud description.

Committed by: Megan Watson
Reviewed by: Conrad Vermeulen


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@9156 c91229c3-7414-0410-bfa2-8a42b809f60b
sql/mysql/upgrade/3.5.3/tag_cloud.sql 0 → 100644
  1 +UPDATE fieldsets SET description = 'The following tags are associated with your document' WHERE namespace = 'tagcloud';
0 2 \ No newline at end of file
... ...