Changeset 9016 for trunk/ippMonitor/def/autocode.php
- Timestamp:
- Sep 27, 2006, 4:57:39 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/autocode.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/autocode.php
r9011 r9016 4 4 5 5 $ID = checkID (); 6 if ($ID['proj']) { 7 $db = dbconnect($ID['proj']); 8 } else { 9 $db = dbconnect('detrend'); 10 } 6 11 7 12 if ($ID['menu']) { … … 14 19 15 20 echo "<p> $TITLE </p>"; 16 17 $db = dbconnect();18 21 19 22 // define restrictiosn to the queries
Note:
See TracChangeset
for help on using the changeset viewer.
