IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 31, 2008, 12:42:45 PM (18 years ago)
Author:
eugene
Message:

adding summary pages, mods to generate and ipp.php to support summary pages

File:
1 edited

Legend:

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

    r18970 r19302  
    416416}
    417417
    418 function check_ordering ($where) {
     418function check_ordering ($groups, $where) {
     419
     420  if ($groups != "") {
     421    $where = $where . " GROUP BY $groups";
     422  }
    419423
    420424  if ($_SERVER[REQUEST_METHOD] == 'GET') {
Note: See TracChangeset for help on using the changeset viewer.