Changeset 81 for trunk/Common/UUtils.pas


Ignore:
Timestamp:
Jun 21, 2012, 12:21:50 PM (12 years ago)
Author:
chronos
Message:
  • Přejmenování jednotky UMainModule na UCore.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/UUtils.pas

    r80 r81  
    2121
    2222uses
    23   UMainModule;
     23  UCore;
    2424
    2525function HtmlLink(Text, Target: string): string;
     
    9797begin
    9898  if (Length(URL) > 0) and (URL[1] = '/') then
    99     Result := MainModule.BaseURL + URL
     99    Result := Core.BaseURL + URL
    100100    else Result := URL;
    101101end;
Note: See TracChangeset for help on using the changeset viewer.