Commit 33b130971e2bceac1f5d2c214622afda6cae4903

Authored by kevin_fourie
1 parent 1eddb324

Merged in from STABLE trunk...

KTS-587
"Link to document between folders"
Updated. Fixed DB issue.

Committed By: Kevin Fourie
Reviewed By: Conrad Vermeulen 

Some ws updates too.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@8787 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
sql/mysql/install/data.sql
... ... @@ -630,7 +630,7 @@ UNLOCK TABLES;
630 630 LOCK TABLES `folders` WRITE;
631 631 /*!40000 ALTER TABLE `folders` DISABLE KEYS */;
632 632 INSERT INTO `folders` VALUES
633   -(1,'Root Folder','Root Document Folder',NULL,1,0,NULL,NULL,1,5,0,1);
  633 +(1,'Root Folder','Root Document Folder',NULL,1,0,NULL,NULL,1,5,0,1,NULL);
634 634 /*!40000 ALTER TABLE `folders` ENABLE KEYS */;
635 635 UNLOCK TABLES;
636 636  
... ...