Skip to content

Commit

Permalink
Fixed error in exporting group link - should call exportgroup.php dir…
Browse files Browse the repository at this point in the history
…ectly, not through admin.php.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@719 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Oct 15, 2003
1 parent 562ab7d commit d07d375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/html.php
Expand Up @@ -447,7 +447,7 @@
else {$groupsummary .= "\t\t\t\t\t<img src='./images/blank.gif' width='20' align='left' border='0' hspace='0'>\n";}
$groupsummary .= "\t\t\t\t\t<input type='image' src='./images/export.gif' title='"._G_EXPORT_BT."' "
. "align='left' border='0' hspace='0' "
. "onclick=\"window.open('$scriptname?action=dumpgroup&sid=$sid&gid=$gid', '_top')\">"
. "onclick=\"window.open('dumpgroup.php?sid=$sid&gid=$gid', '_top')\">"
. "\t\t\t\t\t<img src='./images/seperator.gif' border='0' hspace='0' align='left'>\n"
. "\t\t\t\t\t</td>\n"
. "\t\t\t\t\t<td align='right' width='330'>\n";
Expand Down

0 comments on commit d07d375

Please sign in to comment.