Skip to content

Commit

Permalink
Added header comment at the top of doSearch to explain the three func…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
dpritchett committed Feb 3, 2010
1 parent c4db404 commit 7386b5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions include/doSearch.php
@@ -1,5 +1,13 @@
<?php

/*
This doSearch page has three functions:
doSearch() hits our databases looking for partially matching suspect names
printResults() generates an HTML table containing the results of doSearch()
totalTime() calculates the execution time of this page for inclusion in printResults()
*/


//Calculate the total runtime of this page
function totalTime($start_time)
{
Expand Down

0 comments on commit 7386b5d

Please sign in to comment.