Commit e34485e125c26ba99133614ab30dcce8a29e3e96
1 parent
eb415cfd
anyToBool is in KTUtil...
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3027 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/documentmanagement/Document.inc
| ... | ... | @@ -224,7 +224,7 @@ class Document { |
| 224 | 224 | |
| 225 | 225 | /** set the document check out status */ |
| 226 | 226 | function setIsCheckedOut($bNewValue) { |
| 227 | - $this->bIsCheckedOut = anyToBool($bNewValue); | |
| 227 | + $this->bIsCheckedOut = KTUtil::anyToBool($bNewValue); | |
| 228 | 228 | } |
| 229 | 229 | |
| 230 | 230 | /** get the user id that has the document checked out **/ | ... | ... |