Commit bd79732dc37a47345ab30eb7e9b222772bb3f2a4

Authored by kevin_fourie
1 parent 02a32f79

KTS-2088

"The " in the name of a Document Type, Transition or State does not reflect in Edit mode"
Fixed another file.

Committed By: Kevin
Reviewed By: Conrad

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6772 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/documentmanagement/DocumentFieldLink.inc
... ... @@ -30,6 +30,8 @@
30 30 * Contributor( s): ______________________________________
31 31 */
32 32  
  33 +require_once(KT_LIB_DIR . "/util/sanitize.inc");
  34 +
33 35 class DocumentFieldLink extends KTEntity {
34 36  
35 37 /** document field link primary key */
... ...