Changes between Initial Version and Version 1 of Ticket #244
- Timestamp:
- Apr 2, 2012, 11:23:36 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #244 – Description
initial v1 1 1 Spotted a couple of textual errors in the object creation bit of the 2 2 WarpIN script. 3 3 {{{ 4 4 CREATEOBJECT='WPProgram|ReadMe")|... 5 5 CREATEOBJECT='WPProgram|Changelog")|... 6 6 }}} 7 7 The ") characters should not be there. 8 8