phpBMS

Show
Ignore:
Timestamp:
12/22/09 16:46:21 (2 years ago)
Author:
nate
Message:
  • Added a few standard api functions in clients, invoices, and products.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/api/include/apiclass.php

    r645 r689  
    389389                        $methodName = $request["command"]; 
    390390 
    391                         $this->response[] = $processor->$methodName($request["data"]); 
     391                        $this->response[] = $processor->$methodName($request["data"], $this->options->useUuid); 
    392392 
    393393                    }//endif 
     
    420420                    $methodName = $request["command"]; 
    421421 
    422                     $this->response[] = $processor->$methodName($request["data"]); 
     422                    $this->response[] = $processor->$methodName($request["data"], $this->options->useUuid); 
    423423 
    424424                }//endif 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.