--- loncom/lonsql 2001/04/16 13:47:50 1.32 +++ loncom/lonsql 2001/04/16 18:36:22 1.33 @@ -363,6 +363,7 @@ sub reply { } } else { $answer='self_reply'; + $answer=subreply($cmd,$server); } return $answer; }