--- inc/common.inc 2001/06/29 14:12:07 1.5 +++ inc/common.inc 2001/07/02 06:55:32 1.6 @@ -8,6 +8,7 @@ $m=$section; } else { $smarty->assign("m_session","m=$m&"); + $smarty->assign("m_form_session",""); } $sth = $dbh->prepare("select item,url,file,w,h from menu where section='$m' and visible order by num");