Changeset 2944 for branches/1.0/samples/pub/soap-test.php
- Timestamp:
- 09/24/08 15:54:58 (4 months ago)
- Files:
-
- 1 modified
-
branches/1.0/samples/pub/soap-test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/samples/pub/soap-test.php
r2028 r2944 10 10 11 11 if(!isset($_GET['item'])) { 12 $_GET['item'] = 'nonsense';12 $_GET['item'] = 123456; 13 13 } 14 14

