IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 30, 2006, 12:26:20 PM (20 years ago)
Author:
eugene
Message:

cleanups

Location:
trunk/ippMonitor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor

    • Property svn:ignore set to
      src
  • trunk/ippMonitor/raw/masterDetrendImfiles.php

    r9012 r9080  
    44
    55$ID = checkID ();
     6if ($ID['proj']) {
     7  $db = dbconnect($ID['proj']);
     8} else {
     9  $db = dbconnect('detrend');
     10}
    611
    712if ($ID['menu']) {
     
    1419
    1520echo "<p> Master Detrend Imfiles </p>";
    16 
    17 $db = dbconnect();
    1821
    1922// define restrictiosn to the queries
Note: See TracChangeset for help on using the changeset viewer.