/[corp_html]/careers.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /careers.php

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

revision 1.8 by dpavlin, Mon Mar 12 14:01:50 2001 UTC revision 1.9 by dpavlin, Sun Mar 18 23:36:26 2001 UTC
# Line 35  if (file_exists($main_file.$part.".htm") Line 35  if (file_exists($main_file.$part.".htm")
35                          }                          }
36                  }                  }
37          } elseif ($part == "OpenPositions") {          } elseif ($part == "OpenPositions") {
38                  $sth = $dbh->prepare("select num,title,job_code,department,location,description,edu_req,qual_req from open_positions where visible is true order by num asc");                  $sth = $dbh->prepare("select num,title,job_code,department,location,description,edu_req,qual_req from open_positions where visible is true and expiration >= date('now') order by num asc");
39                  $sth->execute();                  $sth->execute();
40                  while ($row=$sth->fetchrow_hash()) {                  while ($row=$sth->fetchrow_hash()) {
41                          $positions[]=$row;                          $positions[]=$row;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.26