Changeset 2246
- Timestamp:
- 06/24/08 14:55:57
(4 months ago)
- Author:
- dsugar
- Message:
fix some stupid errors with access checking
related to ticket:192
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2144 |
r2246 |
|
| 460 | 460 | String sSensitivity = dom.getSensitivity (); |
|---|
| 461 | 461 | if (sSensitivity.length () > 0) |
|---|
| 462 | | sDomContext += ':' + MLSSupport.fixSensitivity (sSensitivity, nCatagories, nSensitivities); |
|---|
| | 462 | sDomContext += ':' + MLSSupport.fixSensitivity (sSensitivity, nSensitivities, nCatagories); |
|---|
| 463 | 463 | } |
|---|
| 464 | 464 | |
|---|
| … | … | |
| 482 | 482 | String sSensitivity = res.getSensitivity (); |
|---|
| 483 | 483 | if (sSensitivity.length () > 0) |
|---|
| 484 | | sDomContext += ':' + MLSSupport.fixSensitivity (sSensitivity, nCatagories, nSensitivities); |
|---|
| | 484 | sResContext += ':' + MLSSupport.fixSensitivity (sSensitivity, nSensitivities, nCatagories); |
|---|
| 485 | 485 | } |
|---|
| 486 | 486 | |
|---|
Download in other formats:
* Generating other formats may take time.