From 5392153ebd5b3a5702012ab60e8a59fb543c4de5 Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen Date: Tue, 19 Feb 2008 15:53:31 +0000 Subject: [PATCH] WSA-55 "Allow users to be able to update the 'creator', 'created date', and other system fields via the KTAPI and web services" Updated. --- ktapi/KTAPIDocument.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktapi/KTAPIDocument.inc.php b/ktapi/KTAPIDocument.inc.php index d8ad531..2639dcd 100644 --- a/ktapi/KTAPIDocument.inc.php +++ b/ktapi/KTAPIDocument.inc.php @@ -1146,7 +1146,7 @@ class KTAPI_Document extends KTAPI_FolderItem // just ignore continue; } - switch($name) + switch(strtolower($name)) { case 'unique_oem_document_no': $documents['oem_no'] = $value; -- libgit2 0.21.4