/[webwml]/newmaint/gpg_offer.wml
ViewVC logotype

Diff of /newmaint/gpg_offer.wml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by tbm, Sat Jun 29 18:08:07 2002 UTC revision 1.2 by tbm, Mon Jul 22 23:00:01 2002 UTC
# Line 16  Line 16 
16  <H1>People offering GPG Signing</H1>  <H1>People offering GPG Signing</H1>
17  <?  <?
18      $sql = "SELECT id, forename, surname, email FROM people WHERE offer is TRUE ORDER BY surname";      $sql = "SELECT id, forename, surname, email FROM people WHERE offer is TRUE ORDER BY surname";
19        echo "<UL>";
20      print_people($db, $sql);      print_people($db, $sql);
21        echo "</UL>";
22  ?>  ?>
23    
24  <P>  <P>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.5