phpBMS

Show
Ignore:
Timestamp:
01/15/10 13:13:56 (2 years ago)
Author:
brieb
Message:
  • Fixed invoice creation error reporting
  • Added getDefaults to API and wrapper
Files:
1 modified

Legend:

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

    r761 r762  
    258258 
    259259    }//end function 
     260 
     261 
     262    /** 
     263     * function getDefaults 
     264     * 
     265     */ 
     266 
     267    function getDefaults($tabledefuuid){ 
     268 
     269        $params["request"][0]["command"] = "getDefaults"; 
     270        $params["request"][0]["data"] = ""; 
     271        $params["request"][0]["tabledefid"] = $tabledefuuid; 
     272 
     273        $response = $this->_callServer($params); 
     274 
     275        if($response !== false) 
     276            return $response[0]; 
     277        else 
     278            return false; 
     279         
     280    }//end function getDefaults 
    260281 
    261282 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.