Commit bd79732dc37a47345ab30eb7e9b222772bb3f2a4
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
Showing
1 changed file
with
2 additions
and
0 deletions
lib/documentmanagement/DocumentFieldLink.inc
| @@ -30,6 +30,8 @@ | @@ -30,6 +30,8 @@ | ||
| 30 | * Contributor( s): ______________________________________ | 30 | * Contributor( s): ______________________________________ |
| 31 | */ | 31 | */ |
| 32 | 32 | ||
| 33 | +require_once(KT_LIB_DIR . "/util/sanitize.inc"); | ||
| 34 | + | ||
| 33 | class DocumentFieldLink extends KTEntity { | 35 | class DocumentFieldLink extends KTEntity { |
| 34 | 36 | ||
| 35 | /** document field link primary key */ | 37 | /** document field link primary key */ |