/[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.5 by dpavlin, Fri Jun 29 14:12:07 2001 UTC revision 1.6 by dpavlin, Mon Jul 2 06:55:32 2001 UTC
# Line 8  if (!isset($m)) { Line 8  if (!isset($m)) {
8          $m=$section;          $m=$section;
9  } else {  } else {
10          $smarty->assign("m_session","m=$m&");          $smarty->assign("m_session","m=$m&");
11            $smarty->assign("m_form_session","<input type=\"hidden\" name=\"m\" value=\"$m\">");
12  }  }
13    
14  $sth = $dbh->prepare("select item,url,file,w,h from menu where section='$m' and visible order by num");  $sth = $dbh->prepare("select item,url,file,w,h from menu where section='$m' and visible order by num");

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.26