<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2722" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=843131117-01102007><FONT face=Arial color=#0000ff size=2>A
guess</FONT></SPAN></DIV>
<DIV><SPAN class=843131117-01102007><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=843131117-01102007> <FONT face=Arial
color=#0000ff size=2>From the code you show I am guessing you are using the
form_alter hook to modify an existing form</FONT></SPAN></DIV>
<DIV><SPAN class=843131117-01102007> <FONT face=Arial
color=#0000ff size=2>and add an addition submit button and well as a custom
submit handler.</FONT></SPAN></DIV>
<DIV><SPAN class=843131117-01102007><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=843131117-01102007> <FONT face=Arial
color=#0000ff size=2>Since only one of the submit handlers can actually return a
path (a least only one is used), if</FONT></SPAN></DIV>
<DIV><SPAN class=843131117-01102007> <FONT face=Arial
color=#0000ff size=2>my guess is correct try replacing your return at the end of
the submit function with</FONT></SPAN></DIV>
<DIV><SPAN class=843131117-01102007><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=843131117-01102007> <FONT face=Arial
color=#0000ff size=2>$_REQUEST['destination'] = <FONT
color=#000000>"AllDotDev/alldotdev_groups_display/" . $query_string . "/" .
$pagerrows;</FONT></FONT></SPAN></DIV>
<DIV><SPAN class=843131117-01102007><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=843131117-01102007><FONT face=Arial color=#0000ff size=2>Steve
Ringwood</FONT></SPAN></DIV>
<DIV><SPAN class=843131117-01102007><FONT face=Arial color=#0000ff size=2>Nevets
Software</FONT></SPAN></DIV>
<DIV><SPAN class=843131117-01102007><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV></BODY></HTML>