Commit e34485e125c26ba99133614ab30dcce8a29e3e96

Authored by Neil Blakey-Milner
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
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 **/
... ...