Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2068 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Dennis committed Sep 14, 2006
1 parent 2c6a5e2 commit 4c1b7af
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions admin/dumpdb.php
Expand Up @@ -69,6 +69,14 @@
echo $export;
exit;

}
else
{
$action = "dumpdb";
include("access_denied.php");
include("admin.php");
}

function defdump($tablename)
{
global $connect;
Expand Down Expand Up @@ -135,13 +143,6 @@ function datadump ($table) {
$result .= ");\n";
} // while
return $result . "\n\n\n";
}

}
else
{
$action = "dumpdb";
include("access_denied.php");
include("admin.php");
}
}

?>

0 comments on commit 4c1b7af

Please sign in to comment.