/[pliva-si]/inc/common.inc
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 /inc/common.inc

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

revision 1.2 by dpavlin, Thu Jun 28 13:38:52 2001 UTC revision 1.3 by dpavlin, Fri Jun 29 08:33:59 2001 UTC
# Line 4  global $smarty,$dbh; Line 4  global $smarty,$dbh;
4    
5  // fetch menu  // fetch menu
6    
7  $sth = $dbh->prepare("select item,url,file from menu where section='$section' and visible order by num");  $sth = $dbh->prepare("select item,url,file,w,h from menu where section='$section' and visible order by num");
8  $sth->execute();  $sth->execute();
9  while ($row=$sth->fetchrow_hash()) {  while ($row=$sth->fetchrow_hash()) {
10          $menu[]=$row;          $menu[]=$row;

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

  ViewVC Help
Powered by ViewVC 1.1.26