/[corp_html]/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, Wed Feb 21 15:52:38 2001 UTC revision 1.3 by dpavlin, Thu Feb 22 09:51:23 2001 UTC
# Line 14  $smarty->assign("menu",$menu); Line 14  $smarty->assign("menu",$menu);
14    
15  // fetch news  // fetch news
16    
17  $sth = $dbh->prepare("select id,title from news where type='n' order by id desc limit 5");  $sth = $dbh->prepare("select id,title from news where type='n' and visible order by id desc limit 5");
18  $sth->execute();  $sth->execute();
19  while ($row=$sth->fetchrow_hash()) {  while ($row=$sth->fetchrow_hash()) {
20          $news[]=$row;          $news[]=$row;

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

  ViewVC Help
Powered by ViewVC 1.1.26