IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23419


Ignore:
Timestamp:
Mar 19, 2009, 10:50:54 AM (17 years ago)
Author:
eugene
Message:

order project list by project name

File:
1 edited

Legend:

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

    r21137 r23419  
    4040
    4141  // make this a DB lookup
    42   $sql = "SELECT projname FROM projects";
     42  $sql = "SELECT projname FROM projects order by projname";
    4343
    4444  $qry = $db->query($sql);
Note: See TracChangeset for help on using the changeset viewer.