/[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.7 by dpavlin, Fri Sep 7 14:27:37 2001 UTC revision 1.8 by dpavlin, Tue Sep 18 10:26:46 2001 UTC
# Line 64  include("common.inc"); Line 64  include("common.inc");
64    
65  unset($menu);  unset($menu);
66    
67  $sth = $dbh->prepare("select item,url,file from menu where section='fine' and visible order by num");  $sth = $dbh->prepare("select item,url,file from menu where section='fine' and $visible_is_true order by num");
68  $sth->execute();  $sth->execute();
69  while ($row=$sth->fetchrow_hash()) {  while ($row=$sth->fetchrow_hash()) {
70          $menu[]=$row;          $menu[]=$row;

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

  ViewVC Help
Powered by ViewVC 1.1.26