From e34485e125c26ba99133614ab30dcce8a29e3e96 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Wed, 1 Dec 2004 13:57:13 +0000 Subject: [PATCH] anyToBool is in KTUtil... --- lib/documentmanagement/Document.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/documentmanagement/Document.inc b/lib/documentmanagement/Document.inc index 5b045ef..83d7ef3 100644 --- a/lib/documentmanagement/Document.inc +++ b/lib/documentmanagement/Document.inc @@ -224,7 +224,7 @@ class Document { /** set the document check out status */ function setIsCheckedOut($bNewValue) { - $this->bIsCheckedOut = anyToBool($bNewValue); + $this->bIsCheckedOut = KTUtil::anyToBool($bNewValue); } /** get the user id that has the document checked out **/ -- libgit2 0.21.4