git-svn-id: http://xe-core.googlecode.com/svn/trunk@179 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-23 08:51:52 +00:00
parent c4b2bd4a86
commit 7ccd9383fc
8 changed files with 119 additions and 24 deletions

View file

@ -92,7 +92,7 @@ function completeInsertJoinForm(ret_obj) {
alert(message);
var url = "./?module=admin&mo=member&act=dispJoinForm";
var url = "./?module=admin&mo=member&act=dispJoinFormList";
if(page) url += "&page="+page;
location.href = url;