add fixme
authoreileen <eileen@fuzion.co.nz>
Mon, 18 Mar 2013 19:34:19 +0000 (08:34 +1300)
committereileen <eileen@fuzion.co.nz>
Mon, 18 Mar 2013 19:34:19 +0000 (08:34 +1300)
api/v3/Generic/Update.php

index 1950e966dd376f1c688e1d6cdfcf8fd5995d67a4..6de91c74646c042b65734d76667dbe88d205b542 100644 (file)
@@ -25,6 +25,7 @@ function civicrm_api3_generic_update($apiRequest) {
   if (!array_key_exists($key_id, $apiRequest['params'])) {
     return $errorFnName("Mandatory parameter missing $key_id");
   }
+  // @fixme
   // tests show that contribution works better with create
   // this is horrible but to make it work we'll just handle it separately
   if(strtolower($apiRequest['entity']) == 'contribution'){