Changeset 5584
- Timestamp:
- Mar 15, 2011, 2:19:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.17-stable/src/plugins/core/net/sf/basedb/plugins/Base1PluginExecuter.java
r5583 r5584 414 414 if (config != null) 415 415 { 416 if (config.isInDatabase()) config = PluginConfiguration.getById(dc,config.getId());417 416 String description = headers.get("descr"); 418 417 if (description != null) 419 418 { 419 if (config.isInDatabase()) config = PluginConfiguration.getById(dc,config.getId()); 420 420 config.setDescription(description.replaceAll("\\\\r\\\\n|\\\\n", "\n")); 421 421 }
Note: See TracChangeset
for help on using the changeset viewer.