phpBMS

Changeset 751 for trunk

Show
Ignore:
Timestamp:
01/13/10 14:17:23 (2 years ago)
Author:
nate
Message:
  • Removed unnecceary parameters in the _callServer apiwrapper method.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/api/apiwrapper.php

    r750 r751  
    478478     *  
    479479     * @param array $params 
    480      * @param bool $decode 
    481480     *  
    482481     * @return array False if major (i.e. connection) error has occurred.  Otherwise, returns an array of associative arrays. 
    483482     */ 
    484483     
    485     private function _callServer($params, $decode = false) { 
     484    private function _callServer($params) { 
    486485         
    487486        $params["phpbmsusername"] = $this->username; 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.