/[corp_html]/results.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 /results.php

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

revision 1.8 by dpavlin, Mon Mar 19 16:47:46 2001 UTC revision 1.9 by dpavlin, Thu Jun 7 09:08:45 2001 UTC
# Line 37  $sth->execute(); Line 37  $sth->execute();
37  while ($row=$sth->fetchrow_hash()) {  while ($row=$sth->fetchrow_hash()) {
38          $results[]=$row;          $results[]=$row;
39  }  }
40    
41    if ($type == "p") $main_file="presentations";
42    
43  $smarty->assign(array(  $smarty->assign(array(
44          results=>$results,          results=>$results,
45          type=>$type          type=>$type

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

  ViewVC Help
Powered by ViewVC 1.1.26