IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40849 for trunk


Ignore:
Timestamp:
Jul 26, 2019, 12:39:38 PM (7 years ago)
Author:
tdeboer
Message:

fixed gpc1/2 double label issue for real this time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/czartool/czartool/CzarDb.pm

    r40840 r40849  
    287287            (server, label,telescope,priority)
    288288            VALUES
    289             ('$server', '$label','$telescope',$priority);
     289            ('$server', '$label','$telescope',$priority)
     290            ON DUPLICATE KEY UPDATE priority = VALUES(priority);
    290291SQL
    291292
Note: See TracChangeset for help on using the changeset viewer.