IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2006, 3:11:06 PM (20 years ago)
Author:
eugene
Message:

work on links and formats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/masterDetrendImfiles.php

    r9080 r9439  
    44
    55$ID = checkID ();
    6 if ($ID['proj']) {
    7   $db = dbconnect($ID['proj']);
    8 } else {
    9   $db = dbconnect('detrend');
    10 }
     6// require an explicit project
     7if (! $ID['proj']) { projectform ($ID); }
     8
     9$db = dbconnect($ID['proj']);
    1110
    1211if ($ID['menu']) {
     
    1615}
    1716
    18 menu($myMenu, 'Master Detrend Imfiles', 'ipp.css', $ID['link']);
     17menu($myMenu, 'Master Detrend Imfiles', 'ipp.css', $ID['link'], $ID['proj']);
    1918
    2019echo "<p> Master Detrend Imfiles </p>";
Note: See TracChangeset for help on using the changeset viewer.