Changeset 2702
- Timestamp:
- 5/25/2012 4:34:12 AM (12 months ago)
- File:
-
- 1 edited
-
trunk/website/scripts/blackbox/upload.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/scripts/blackbox/upload.php
r2695 r2702 109 109 { 110 110 printf('<?xml version="1.0"?> 111 <crashReport status="exists" id="% s" />', htmlspecialchars($status), $reportID);111 <crashReport status="exists" id="%d" />', $reportID); 112 112 return; 113 113 } … … 238 238 header('Content-Type: application/xml'); 239 239 printf('<?xml version="1.0"?> 240 <crashReport id="%d" />', $reportId);240 <crashReport status="exists" id="%d" />', $reportId); 241 241 } 242 242
Note: See TracChangeset
for help on using the changeset viewer.
