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

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

revision 1.3 by dpavlin, Sat Mar 3 12:56:33 2001 UTC revision 1.4 by dpavlin, Thu Jun 28 11:35:20 2001 UTC
# Line 49  include("common.inc"); Line 49  include("common.inc");
49    
50  unset($menu);  unset($menu);
51    
52  $sth = $dbh->prepare("select item,url,file from menu where section='fine' order by num");  $sth = $dbh->prepare("select item,url,file from menu where section='fine' and visible order by num");
53  $sth->execute();  $sth->execute();
54  while ($row=$sth->fetchrow_hash()) {  while ($row=$sth->fetchrow_hash()) {
55          $menu[]=$row;          $menu[]=$row;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26