Changeset 2854 for trunk/is_gsdl_cdrom


Ignore:
Timestamp:
2001-11-24T21:31:20+13:00 (22 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/is_gsdl_cdrom/Script Files/setup.rul

    r2853 r2854  
    753753
    754754// Create and display the SERVER.TXT file if
    755 // installing the web library
     755// installing the web library or source code
    756756function CreateServerTxt()
    757757    STRING szTitle, szMsg, svTmp;
     
    761761begin
    762762
    763     if (svSetupType != "Web Library") then
     763    if (svSetupType = "Local Library") then
    764764        return;
    765765    endif;
     
    11171117
    11181118
     1119
Note: See TracChangeset for help on using the changeset viewer.