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,7 +224,7 @@ class Document {
224 224
225 /** set the document check out status */ 225 /** set the document check out status */
226 function setIsCheckedOut($bNewValue) { 226 function setIsCheckedOut($bNewValue) {
227 - $this->bIsCheckedOut = anyToBool($bNewValue); 227 + $this->bIsCheckedOut = KTUtil::anyToBool($bNewValue);
228 } 228 }
229 229
230 /** get the user id that has the document checked out **/ 230 /** get the user id that has the document checked out **/