Changeset 5672
- Timestamp:
- 10/24/07 23:47:43 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfMDB2RestPlugin/trunk/lib/MDB2RestClient.class.php
r5600 r5672 57 57 { 58 58 $request = array('method' => 'batch', 'arguments' => $this->batchRequests); 59 60 //clear out the batchRequests array 61 $this->batchRequests = array(); 59 62 60 63 $results = $this->request($request);