Changes between Initial Version and Version 1 of Ticket #592
- Timestamp:
- Oct 4, 2005, 3:15:47 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #592
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #592 – Description
initial v1 1 1 There's a comma too many in the example-code for adjusting the order. The last comma should go. 2 2 3 {{{ 3 4 admin = meta.Admin( 4 5 fields = ( … … 6 7 ), 7 8 ) 9 }}}