Skip to content

Commit

Permalink
Fixed - changed $sid to $qid when converting post to global
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@441 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jul 2, 2003
1 parent 0a6328b commit 4a66c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/dumpquestion.php
Expand Up @@ -40,7 +40,7 @@
// 1. questions
// 2. answers

$sid = $_GET['sid'];
$qid = $_GET['qid'];

include ("config.php");

Expand Down

0 comments on commit 4a66c11

Please sign in to comment.