- Timestamp:
- 01/13/10 14:17:23 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/api/apiwrapper.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/api/apiwrapper.php
r750 r751 478 478 * 479 479 * @param array $params 480 * @param bool $decode481 480 * 482 481 * @return array False if major (i.e. connection) error has occurred. Otherwise, returns an array of associative arrays. 483 482 */ 484 483 485 private function _callServer($params , $decode = false) {484 private function _callServer($params) { 486 485 487 486 $params["phpbmsusername"] = $this->username;