- or download this
##################
...
release (DATABASE);
close (DATABASE);
- or download this
MENUITEM: for ($ndx=0; $ndx<= $#menuitems; $ndx++) {
($fid,$fmenu_type,$fmenu_show,$fmenu_filename,
...
last MENUITEM;
}
}
- or download this
last if ($fid eq $info{'m_id'});
- or download this
$swap=false;
if ($m_action eq "moveup" && $ndx != 0) {
...
$tondx = $ndx + 1;
$swap=true;
}