Ignore:
Timestamp:
Jul 2, 2010, 7:54:17 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Fixed crash on non-login

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/tmg-cprs/CPRS-Chart/fPtSel.pas

    r793 r819  
    752752              AFollowUp := StrToIntDef(Piece(Piece(x, U, 3), ';', 1), 0);
    753753              Notifications.Add(ADFN, AFollowUp, RecordID + '^^' + Piece(x, U, 3));
    754               enableclose := true;
    755             end
     754
     755             enableclose := true;
     756          end
    756757          else
    757758            DeleteAlert(XQAID);
Note: See TracChangeset for help on using the changeset viewer.