Changeset 1504


Ignore:
Timestamp:
Apr 2, 2010, 9:40:51 PM (15 years ago)
Author:
John Small
Message:

Miscellaneous cosmetic changes (comments, code alignment, etc.)

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/cfgmgr.cmd

    r1408 r1504  
    2626      Allow the above filename to be passed as a parameter
    2727      Edit to make sure this program is located correctly
     28      Add version checking
     29
     30   Change log:
     31      16 Mar 09 JBS Added code to copy discontinued directory container state ini keys to new names
    2832
    2933*/
  • TabularUnified trunk/dll/ipf/config.ipf

    r1499 r1504  
    353353.br
    354354:xmp.
    355  0 = No date in data
     355 0 = Other (or no date/time if numdateflds is 0)
    356356 1 = 02-08-96  23&colon.55&colon.32 mm-dd-yy hh&colon.mm&colon.ss
    357357 2 = 8 Feb 96  23&colon.55&colon.32 dd Mmm yy hh&colon.mm&colon.ss
  • TabularUnified trunk/warpin/fm2.wis.in

    r1381 r1504  
    1212   26 Feb 08 JBS Ticket 226: Reset debugging package version to match FM2_VER
    1313   06 Oct 08 JBS Ticket 287: Fix syntax of the required version attribute of Warpin tag
    14                              in Warpin script.
     14                             in Warpin script.
    1515   23 Oct 08 JBS Ticket 292: Fix parameters field of Helpfile Viewer icon.
    1616   28 Oct 08 JBS Ticket 294: Add support for new object icons.
     
    6161   call SysIni database_file, fm2_utils_app, 'ALL:', 'keys.'
    6262   if keys.0 = 0 then
    63         return 'SELECT'
     63        return 'SELECT'
    6464   else
    65         return ''
     65        return ''
    6666</REXX>
    6767
Note: See TracChangeset for help on using the changeset viewer.