Changeset 2356 for trunk/include/ws_protocols
- Timestamp:
- May 23, 2008, 12:15:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/ws_protocols/rest_encoder.php
r2299 r2356 153 153 function encodeResponse($response) 154 154 { 155 global $lang_info;156 155 $respClass = strtolower( get_class($response) ); 157 156 if ($respClass=='pwgerror')
Note: See TracChangeset
for help on using the changeset viewer.